stable-baselines3/stable_baselines3
Antonin RAFFIN ffe26ccf95
Fix render bug for vec env wrappers (#1525)
* Fix render bug for vec env wrappers

* Fix tests and update changelog

* Better fix, backward compatible

* remove render_mode from VecEnv init

* Make DictObsVecEnv inherit from VecEnv

* format

* Fix env_is_wrapped

* try/except getting render mode ( (https://github.com/DLR-RM/stable-baselines3/pull/1525#discussion_r1206888921)

* update version

* Fix env_is_wrapped in test_vec_extract_dict

---------

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
Co-authored-by: Quentin GALLOUÉDEC <gallouedec.quentin@gmail.com>
2023-06-07 16:20:40 +02:00
..
a2c Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
common Fix render bug for vec env wrappers (#1525) 2023-06-07 16:20:40 +02:00
ddpg Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
dqn Fix DQN target update interval for multi-env (#1463) 2023-04-27 18:35:33 +02:00
her Fix wrong truncation in HER replay buffer (#1543) 2023-06-07 15:57:12 +02:00
ppo Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
sac Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
td3 Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
__init__.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Fix render bug for vec env wrappers (#1525) 2023-06-07 16:20:40 +02:00