stable-baselines3/stable_baselines3/common/vec_env
Shyamal H Anadkat 3b68dc7312
Update GAE computation docstring (#655)
* Fix typo in buffers.py

* Revert "Fix typo in buffers.py"

This reverts commit ca643d5e3a509ae1b8a65bf0de98f4609ca9d8da.

* Ignore pytype errors

* Update GAE computation docstring

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2021-11-25 10:53:42 +01:00
..
__init__.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
base_vec_env.py Fix logger setup (#469) 2021-06-14 15:17:48 +02:00
dummy_vec_env.py Fix numpy warning and update migration guide (#307) 2021-02-01 11:24:44 +01:00
stacked_observations.py Update GAE computation docstring (#655) 2021-11-25 10:53:42 +01:00
subproc_vec_env.py Use Monitor episode reward/length for evaluate_policy (#220) 2020-11-16 11:52:28 +01:00
util.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
vec_check_nan.py Improve typing coverage (#175) 2020-10-07 10:51:49 +02:00
vec_extract_dict_obs.py Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
vec_frame_stack.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
vec_monitor.py Support for VecMonitor for gym3-style environments (#311) 2021-04-13 18:09:31 +02:00
vec_normalize.py Introduce norm_obs_keys param for VecNormalize environment wrapper (#631) 2021-10-28 19:18:39 +02:00
vec_transpose.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
vec_video_recorder.py Fix logger setup (#469) 2021-06-14 15:17:48 +02:00