mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-17 21:20:11 +00:00
27 lines
862 B
ReStructuredText
27 lines
862 B
ReStructuredText
.. _projects:
|
|
|
|
Projects
|
|
=========
|
|
|
|
This is a list of projects using stable-baselines3.
|
|
Please tell us, if you want your project to appear on this page ;)
|
|
|
|
|
|
.. RL Racing Robot
|
|
.. --------------------------
|
|
.. Implementation of reinforcement learning approach to make a donkey car learn to race.
|
|
.. Uses SAC on autoencoder features
|
|
..
|
|
.. | Author: Antonin Raffin (@araffin)
|
|
.. | Github repo: https://github.com/araffin/RL-Racing-Robot
|
|
|
|
|
|
Generalized State Dependent Exploration for Deep Reinforcement Learning in Robotics
|
|
-----------------------------------------------------------------------------------
|
|
|
|
An exploration method to train RL agent directly on real robots.
|
|
It was the starting point of Stable-Baselines3.
|
|
|
|
| Author: Antonin Raffin, Freek Stulp
|
|
| Github: https://github.com/DLR-RM/stable-baselines3/tree/sde
|
|
| Paper: https://arxiv.org/abs/2005.05719
|