mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-29 20:14:17 +00:00
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:
parent
e76316341d
commit
8416f03c14
2 changed files with 10 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue