Block or Report
Block or report araffin
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
DLR-RM/stable-baselines3 Public
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
-
DLR-RM/rl-baselines3-zoo Public
A training framework for Stable Baselines3 reinforcement learning agents, with hyperparameter optimization and pre-trained agents included.
-
rl-tutorial-jnrr19 Public
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
-
arduino-robust-serial Public
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust.
-
rl-handson-rlvs21 Public
Stable-Baselines3 (SB3) reinforcement learning tutorial for the Reinforcement Learning Virtual School 2021.
995 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 16 commits in 5 repositories
Created a pull request in DLR-RM/rl-baselines3-zoo that received 7 comments
Add documentation, switch to pyproject.toml and ruff
Description Add proper documentation because the README was a mess. Also do the same as in DLR-RM/stable-baselines3#1361 Can be see here: https://…
Opened 12 other pull requests in 4 repositories
DLR-RM/stable-baselines3
4
merged
1
open
Stable-Baselines-Team/stable-baselines3-contrib
3
merged
DLR-RM/rl-baselines3-zoo
2
merged
araffin/sbx
1
open
1
merged
Reviewed 9 pull requests in 2 repositories
DLR-RM/stable-baselines3
5 pull requests
Created an issue in charliermarsh/ruff that received 3 comments
[Autofix error] RUF100 noqa with additional comment
Command: ruff --select RUF test.py --fix
Minimal code:
from torch import nn as nn # noqa: F401 pylint: disable=unused-import
Ruff version: 0.0.257
S…





