stable-baselines3/stable_baselines3/common
Wilson fe6ade3089
Allow env_kwargs in make_vec_env when env ID string supplied (#189)
* Allow env_kwargs in make_vec_env when env ID string supplied

Resolves #188

* Update docs/misc/changelog.rst

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>

* Add test for env kargs in make_vec_env

* remove unnecessary args in test_vec_env_kwargs function

* Fixes and reformat

* Doc fix

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-10-16 11:09:19 +02:00
..
sb2_compat Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
vec_env Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
__init__.py Update docs (custom policy, type hints) (#167) 2020-09-29 20:41:14 +03:00
atari_wrappers.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
base_class.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
bit_flipping_env.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00
buffers.py Fix off-by-one GAE computation (#185) 2020-10-13 00:10:54 +03:00
callbacks.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
cmd_util.py Allow env_kwargs in make_vec_env when env ID string supplied (#189) 2020-10-16 11:09:19 +02:00
distributions.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
env_checker.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00
evaluation.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00
identity_env.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00
logger.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
monitor.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
noise.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
off_policy_algorithm.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00
on_policy_algorithm.py Fix off-by-one GAE computation (#185) 2020-10-13 00:10:54 +03:00
policies.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
preprocessing.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
results_plotter.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00
running_mean_std.py Cleanup docstring types (#169) 2020-10-02 20:05:55 +03:00
save_util.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
torch_layers.py Add custom arch for off-policy actor/critic networks (#182) 2020-10-13 12:01:33 +02:00
type_aliases.py Update docs (custom policy, type hints) (#167) 2020-09-29 20:41:14 +03:00
utils.py Add custom arch for off-policy actor/critic networks (#182) 2020-10-13 12:01:33 +02:00