stable-baselines3-contrib-sacd/sb3_contrib
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
..
ars [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
common [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
ppo_mask Expose modules in `__init__.py` with `__all__` attribute (#124) 2022-12-05 15:53:57 +01:00
ppo_recurrent Expose modules in `__init__.py` with `__all__` attribute (#124) 2022-12-05 15:53:57 +01:00
qrdqn [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
tqc [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
trpo Expose modules in `__init__.py` with `__all__` attribute (#124) 2022-12-05 15:53:57 +01:00
__init__.py Expose modules in `__init__.py` with `__all__` attribute (#124) 2022-12-05 15:53:57 +01:00
py.typed Add TQC and base scripts 2020-09-25 12:47:45 +02:00
version.txt [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00