stable-baselines3/stable_baselines3
Antonin RAFFIN 5d47296b8d
Add test for GAE + rename RolloutBuffer.dones for clarification (#375)
* Fix return computation + add test for GAE

* Rename `last_dones` to `episode_starts` for clarification

* Revert advantage

* Cleanup test

* Rename variable

* Clarify return computation

* Clarify docs

* Add multi-episode rollout test

* Reformat

Co-authored-by: Anssi "Miffyli" Kanervisto <kaneran21@hotmail.com>
2021-04-16 15:52:55 +02:00
..
a2c Add supported action spaces checks (#254) 2020-12-06 14:05:10 +02:00
common Add test for GAE + rename RolloutBuffer.dones for clarification (#375) 2021-04-16 15:52:55 +02: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 Add test for GAE + rename RolloutBuffer.dones for clarification (#375) 2021-04-16 15:52:55 +02:00