stable-baselines3/stable_baselines3/common
Juan Rocamonde 68b190b667
Raise error when same env object instance is passed in vectorized environment (#1154)
* Raise error when same env object instance is passed in vectorized environment

* At to changelog

* Add raises to docstring

* Add test

* Also test make_vec_env

* Fix test

* Try to enable color for MyPy

* Update version and ignore lint warnings

Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
Co-authored-by: Antonin Raffin <antonin.raffin@dlr.de>
2022-11-22 14:28:58 +01:00
..
envs
sb2_compat
vec_env Raise error when same env object instance is passed in vectorized environment (#1154) 2022-11-22 14:28:58 +01:00
__init__.py
atari_wrappers.py
base_class.py Fix Self return type (#1167) 2022-11-22 13:42:39 +01:00
buffers.py Automatically create missing directories of `filenames passed to ResultsWriter` (#1072) 2022-09-21 13:14:38 +02:00
callbacks.py Add progress bar callback and argument (#1095) 2022-10-06 18:17:31 +02:00
distributions.py Fix Self return type (#1167) 2022-11-22 13:42:39 +01:00
env_checker.py
env_util.py Updated type hint and extended docstring in make_vec_env and make_atari_env (#1085) 2022-10-06 13:36:06 +02:00
evaluation.py Update evaluate_policy type annotation to support policies as well as RL algorithms (#1146) 2022-11-03 15:36:19 +01:00
logger.py Add progress bar callback and argument (#1095) 2022-10-06 18:17:31 +02:00
monitor.py Automatically create missing directories of `filenames passed to ResultsWriter` (#1072) 2022-09-21 13:14:38 +02:00
noise.py
off_policy_algorithm.py Fix Self return type (#1167) 2022-11-22 13:42:39 +01:00
on_policy_algorithm.py Fix Self return type (#1167) 2022-11-22 13:42:39 +01:00
policies.py Fix Self return type (#1167) 2022-11-22 13:42:39 +01:00
preprocessing.py
results_plotter.py
running_mean_std.py
save_util.py Allow model trained with python3.7 to be loaded with python3.8+ without the custom_objects workaround (#1123) 2022-10-17 17:33:47 +02:00
torch_layers.py
type_aliases.py Update evaluate_policy type annotation to support policies as well as RL algorithms (#1146) 2022-11-03 15:36:19 +01:00
utils.py Clarify and standardize verbosity documentation (#1056) 2022-09-09 16:46:28 +02:00