You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for multi-dimensional action spaces to PPO variants (#318)
* Fix RecurrentPPO and MaskablePPO forward and predict do not reshape action before clip it (#317)
* test: add unit test for multi-dimensional action spaces to PPO variants
* reformat tests/test_lstm.py
* make type
* update changelog
* Update test and version
* Asserts are not needed anymore
* Update changelog.rst
* Fix tests
---------
Co-authored-by: Antonin RAFFIN <[email protected]>
0 commit comments