stable-baselines3/stable_baselines3
WeberSamuel 15c9daa2ba
Fix VecExtractDictObs does not handle terminal observation (#1443)
* VecExtractDictObs handle terminal_observation

* Added VecExtractDictObs handle terminal_output to changelog

* Update changelog.rst

* Update test_vec_extract_dict_obs.py

Add random dones in env to test if terminal_observation is properly handled

* Made test deterministic

* Fixed bug in test

* Improved test

* Fix format in test

* Update test

* Fix type hint

* Ignore pytype warning

* Ignore pytype

---------

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2023-04-12 15:20:04 +02:00
..
a2c Add stats window argument (#1424) 2023-04-05 11:33:26 +02:00
common Fix VecExtractDictObs does not handle terminal observation (#1443) 2023-04-12 15:20:04 +02:00
ddpg Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
dqn Add stats window argument (#1424) 2023-04-05 11:33:26 +02:00
her Multiprocessing support for HerReplayBuffer (#704) 2023-03-20 12:03:57 +01:00
ppo Add stats window argument (#1424) 2023-04-05 11:33:26 +02:00
sac Add stats window argument (#1424) 2023-04-05 11:33:26 +02:00
td3 Add stats window argument (#1424) 2023-04-05 11:33:26 +02:00
__init__.py Update version (#1220) 2022-12-19 13:53:00 +01:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Rename the observations variable in the evaluation util to avoid shadowing (#1288) 2023-04-11 18:00:33 +02:00