stable-baselines3/stable_baselines3/common/vec_env
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
..
__init__.py Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00
base_vec_env.py Fix VecExtractDictObs does not handle terminal observation (#1443) 2023-04-12 15:20:04 +02:00
dummy_vec_env.py Fix Atari Roms download, enable RUF linting (#1379) 2023-03-12 18:47:52 +01:00
stacked_observations.py Fix VecExtractDictObs does not handle terminal observation (#1443) 2023-04-12 15:20:04 +02:00
subproc_vec_env.py Standardize the use of from gym import spaces (#1240) 2023-01-02 14:51:11 +01:00
util.py Standardize the use of from gym import spaces (#1240) 2023-01-02 14:51:11 +01:00
vec_check_nan.py Add support for dict/tuple obs space for VecCheckNaN (#1348) 2023-02-27 13:45:17 +01:00
vec_extract_dict_obs.py Fix VecExtractDictObs does not handle terminal observation (#1443) 2023-04-12 15:20:04 +02:00
vec_frame_stack.py Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00
vec_monitor.py Fixed logging info_keywords in the VecMonitor class. (#730) 2022-01-19 17:17:22 +01:00
vec_normalize.py Fix image-based normalized env loading (#1321) 2023-02-15 14:17:18 +01:00
vec_transpose.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
vec_video_recorder.py Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00