stable-baselines3/stable_baselines3
Rohan Tangri 35da0b59b9
Policy Base for On-policy Algorithms (#412) (#415)
* add policy_base input to OnPolicyAlgorithms

* update changelog

* Fix pytype error

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2021-05-04 12:59:36 +03:00
..
a2c Add supported action spaces checks (#254) 2020-12-06 14:05:10 +02:00
common Policy Base for On-policy Algorithms (#412) (#415) 2021-05-04 12:59:36 +03:00
ddpg Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
dqn Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
her Fix for HER with custom objects (#343) 2021-03-06 15:57:27 +01:00
ppo Improve error messages when PPO effective batch size is 1 and when last mini-batch is truncated (#270) 2021-01-11 17:03:32 +01:00
sac Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
td3 Fix default arguments + add bugbear (#363) 2021-03-25 11:35:21 +02:00
__init__.py Implement HER (#120) 2020-10-22 11:56:43 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Fixed saving of A2C and PPO policy when using gSDE (#401) 2021-04-19 12:23:02 +02:00