stable-baselines3/docs/misc/projects.rst
Antonin RAFFIN 15ff6d47ee
Documentation update and style fixes (#21)
* Update doc: add gSDE

* Fix codestyle

* Remove travis script

* Add lint check to gitlab
2020-05-15 13:54:06 +02:00

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