stable-baselines3/docs/modules
Antonin RAFFIN 5ff176b2f1
Implement DDPG (#92)
* Add DDPG + TD3 with any number of critics

* Allow any number of critics for SAC

* Update doc

* [ci skip] Update DDPG example

* Remove unused parameter

* Add DDPG to identity test

* Fix computation with n_critics=1,3

* Update doc

* Apply suggestions from code review

Co-authored-by: Adam Gleave <adam@gleave.me>

* Update docstrings for off-policy algos

* Add check for sde

Co-authored-by: Adam Gleave <adam@gleave.me>
2020-07-16 14:14:22 +02:00
..
a2c.rst Fix cmd_util.py imports (#24) 2020-05-19 10:19:16 +02:00
base.rst Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
ddpg.rst Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
dqn.rst Implement DQN (#28) 2020-06-29 11:16:54 +02:00
ppo.rst Update ppo.rst (#94) 2020-07-10 10:38:35 +02:00
sac.rst Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
td3.rst Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00