stable-baselines3/stable_baselines3
Quentin Gallouédec 440735cbd0
Fix loading a model with different number of environments (#1058)
* Fix loading with new `n_envs`

* Update tests

* Update changelog

* Fix the fix

* Remove `self._setup_model()` from `set_env()`

* Raise `AssertionError` when setting env with a different `n_envs`

* Update unitests

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2022-09-17 11:10:03 +02:00
..
a2c Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
common Fix loading a model with different number of environments (#1058) 2022-09-17 11:10:03 +02:00
ddpg Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
dqn Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
her Add append mode to Monitor (#1037) 2022-08-31 11:53:44 +02:00
ppo Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
sac Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
td3 Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00
__init__.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Add append mode to Monitor (#1037) 2022-08-31 11:53:44 +02:00