mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-18 21:30:19 +00:00
* refactor stacking obs * Improve docstring * remove all StackedDictObservations * Update tests and make stacked obs clearer * Fix type check * fix stacked_observation_space * undo init change, deprecate StackedDictObservations * deprecate stack_observation_space * type hints * ignore pytype errors * undo vecenv doc change * Deprecation warning in StackedDictObs doctstring * Fix vec_env.rst * Fix __all__ sorting * fix pytype ignore statement * Update docstring * stack * Remove n_stack * Update changelog * Simplify code * Rename test file * Re-use variable for shift * Fix doc build * Remove pytype comment * Disable pytype error --------- Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base_vec_env.py | ||
| dummy_vec_env.py | ||
| stacked_observations.py | ||
| subproc_vec_env.py | ||
| util.py | ||
| vec_check_nan.py | ||
| vec_extract_dict_obs.py | ||
| vec_frame_stack.py | ||
| vec_monitor.py | ||
| vec_normalize.py | ||
| vec_transpose.py | ||
| vec_video_recorder.py | ||