Antonin RAFFIN

Results 15 repositories owned by Antonin RAFFIN

aae-train-donkeycar

37
Stars
10
Forks
Watchers

Code used to train an augmented auto-encoder (aka denoising auto-encoder with more augmentations) for the DonkeyCar simulator.

arduino-robust-serial

132
Stars
28
Forks
Watchers

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-tutorial-jnrr19

567
Stars
109
Forks
Watchers

Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019

rl-baselines-zoo

1.1k
Stars
205
Forks
Watchers

A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.

robotics-rl-srl

596
Stars
90
Forks
Watchers

S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics

srl-zoo

160
Stars
18
Forks
Watchers

State Representation Learning (SRL) zoo with PyTorch - Part of S-RL Toolbox

cpp-arduino-serial

18
Stars
4
Forks
Watchers

A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). This is the C++ implementation.

learning-to-drive-in-5-minutes

276
Stars
86
Forks
Watchers

Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes

python-arduino-serial

29
Stars
14
Forks
Watchers

A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). This is the Python implementation.

rl-handson-rlvs21

45
Stars
8
Forks
Watchers

Stable-Baselines3 (SB3) reinforcement learning tutorial for the Reinforcement Learning Virtual School 2021.