stable-baselines3/stable_baselines3
Quentin Gallouédec 2e4a45020e
Refactor observation stacking (#1238)
* 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>
2023-02-06 22:41:59 +01:00
..
a2c Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
common Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00
ddpg Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
dqn Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
her Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
ppo Ensure train/n_updates metric accounts for early stopping of training loop (#1311) 2023-02-06 15:48:41 +01:00
sac Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
td3 Upgrade black formatting (#1310) 2023-02-02 11:58:41 +01:00
__init__.py Update version (#1220) 2022-12-19 13:53:00 +01:00
py.typed Rename to stable-baselines3 2020-05-05 15:02:35 +02:00
version.txt Refactor observation stacking (#1238) 2023-02-06 22:41:59 +01:00