stable-baselines3-contrib-sacd/sb3_contrib/common
Alex Pasquali ab8684f469
[Feature] Non-shared features extractor in on-policy algorithms (#130)
* Modified sb3_contrib/common/maskable/policies.py

- Added support for non-shared features extractor in file sb3_contrib/common/maskable/policies.py
- updated changelog

* Modified sb3_contrib/common/recurrent/policies.py

* Modified sb3_contrib/qrdqn/policies.py and sb3_contrib/tqc/policies.py

* Updated test_cnn.py

* Upgrade SB3 version

* Revert changes in formatting

* Remove duplicate normalize_images

* Add test for image-like inputs

* Fixes and add more tests

* Update SB3 version

* Fix ARS warnings

Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-12-23 00:23:45 +01:00
..
envs Expose modules in `__init__.py` with `__all__` attribute (#124) 2022-12-05 15:53:57 +01:00
maskable [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
recurrent [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
vec_env Expose modules in `__init__.py` with `__all__` attribute (#124) 2022-12-05 15:53:57 +01:00
wrappers Expose modules in `__init__.py` with `__all__` attribute (#124) 2022-12-05 15:53:57 +01:00
__init__.py Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00
utils.py Fix `sb3_contrib/common/utils.py` type hint (#120) 2022-11-29 10:24:44 +01:00