stable-baselines3/docs/guide
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
..
algos.rst Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
callbacks.rst
checking_nan.rst
custom_env.rst
custom_policy.rst Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
developer.rst
examples.rst Refactored ContinuousCritic for SAC/TD3 (#78) 2020-07-07 01:02:51 +03:00
install.rst
migration.rst
quickstart.rst
rl.rst
rl_tips.rst
rl_zoo.rst
tensorboard.rst
vec_envs.rst