stable-baselines3/stable_baselines3/ddpg
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
..
__init__.py Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
ddpg.py Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
policies.py Implement DDPG (#92) 2020-07-16 14:14:22 +02:00