Quentin Gallouédec
7c4a249fa4
Standardize the use of ``from gym import spaces`` ( #131 )
...
* Standardize from gym import spaces
* update changelog
* update issue template
* update version
* Update version
2023-01-02 15:35:00 +01:00
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
Antonin RAFFIN
bec00386d1
Upgrade to python 3.7+ syntax ( #69 )
...
* Upgrade to python 3.7+ syntax
* Switch to PyTorch 1.11
2022-04-25 13:02:07 +02:00
Grégoire Passault
99853265a9
Using policy_aliases instead of register_policy ( #66 )
...
* Using policy_aliases instead of register_policy
* Moving policy_aliases definitions
* Update SB3 version
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-04-08 21:36:23 +02:00
Adam Gleave
901a648507
Upgrade Gym to 0.21 ( #59 )
...
* Pendulum-v0 -> Pendulum-v1
* Reformat with black
* Update changelog
* Fix dtype bug in TimeFeatureWrapper
* Update version and removed forward calls
* Update CI
* Fix min version
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-02-22 16:25:43 +01:00
Scott Brownlie
b2e7126840
Train/Eval Mode Support ( #39 )
...
* switch models between train and eval mode
* update changelog
* update release in change log
* Update dependency
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2021-09-08 12:54:50 +02:00
Antonin RAFFIN
3665695d1e
Dictionary Observations ( #29 )
...
* Add TQC support for new HER version
* Add dict obs support
* Add support for dict obs
2021-05-11 13:24:31 +02:00
Antonin RAFFIN
9824daca44
Bug fix for QR-DQN ( #21 )
...
* Bug fix for QR-DQN
* Upgrade SB3
2021-03-06 14:54:43 +01:00
Antonin RAFFIN
74e60381a6
Upgrade Stable-Baselines3 ( #19 )
...
* Upgrade Stable-Baselines3
* Fix policy saving/loading
2021-02-27 18:17:22 +01:00
Toshiki Watanabe
b30397fff5
Add QR-DQN ( #13 )
...
* Add QR-DQN(WIP)
* Update docstring
* Add quantile_huber_loss
* Fix typo
* Remove unnecessary lines
* Update variable names and comments in quantile_huber_loss
* Fix mutable arguments
* Update variable names
* Ignore import not used warnings
* Fix default parameter of optimizer in QR-DQN
* Update quantile_huber_loss to have more reasonable interface
* update tests
* Add assertion to quantile_huber_loss
* Update variable names of quantile regression
* Update comments
* Reduce the number of quantiles during test
* Update comment
* Update quantile_huber_loss
* Fix isort
* Add document of QR-DQN without results
* Update docs
* Fix bugs
* Update doc
* Add comments about shape
* Minor edits
* Update comments
* Add benchmark
* Doc fixes
* Update doc
* Bug fix in saving/loading + update tests
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-12-21 11:17:48 +01:00