stable-baselines3-contrib-sacd/sb3_contrib/common/maskable
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
..
__init__.py PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00
buffers.py Support `device="auto"`for buffers and set it as default value (#98) 2022-08-24 09:48:18 +02:00
callbacks.py Maskable eval callback call callback fix (#93) 2022-07-27 19:52:07 +02:00
distributions.py Fix `Self` return type (#116) 2022-11-22 13:12:35 +01:00
evaluation.py Remove deprecated features (#108) 2022-10-11 13:04:18 +02:00
policies.py [Feature] Non-shared features extractor in on-policy algorithms (#130) 2022-12-23 00:23:45 +01:00
utils.py PPO variant with invalid action masking (#25) 2021-09-23 14:50:10 +02:00