Add pink-noise-rl to projects docs (#1528)

* Add pink-noise-rl to projects docs

* Update docs/misc/projects.rst

---------

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
Onno Eberhard 2023-05-26 10:01:59 +02:00 committed by GitHub
parent e76316341d
commit 8416f03c14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -76,6 +76,7 @@ Documentation:
- Added UAV_Navigation_DRL_AirSim to the project page (@heleidsn)
- Added ``EvalCallback`` example (@sidney-tio)
- Update custom env documentation
- Added `pink-noise-rl` to projects page
Release 1.8.0 (2023-04-07)

View file

@ -188,3 +188,12 @@ Try to train your own autonomous flight policy and even transfer it to real UAVs
| Author: Lei He
| Github: https://github.com/heleidsn/UAV_Navigation_DRL_AirSim
Pink Noise Exploration
----------------------
A simple library for pink noise exploration with deterministic (DDPG / TD3) and stochastic (SAC) off-policy algorithms. Pink noise has been shown to work better than uncorrelated Gaussian noise (the default choice) and Ornstein-Uhlenbeck noise on a range of continuous control benchmark tasks. This library is designed to work with Stable Baselines3.
| Authors: Onno Eberhard, Jakob Hollenstein, Cristina Pinneri, Georg Martius
| Github: https://github.com/martius-lab/pink-noise-rl
| Paper: https://openreview.net/forum?id=hQ9V5QN27eS (Oral at ICLR 2023)