stable-baselines3/stable_baselines3
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 Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
common Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
ddpg Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
dqn Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
ppo Review of code (A2C, PPO and refactoring) (#35) 2020-06-09 13:54:18 +02:00
sac Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
td3 Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
__init__.py Implement DDPG (#92) 2020-07-16 14:14:22 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Implement DDPG (#92) 2020-07-16 14:14:22 +02:00