stable-baselines3-contrib-sacd/tests
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
..
test_cnn.py Add QR-DQN (#13) 2020-12-21 11:17:48 +01:00
test_run.py Add QR-DQN (#13) 2020-12-21 11:17:48 +01:00
test_save_load.py Add QR-DQN (#13) 2020-12-21 11:17:48 +01:00
test_utils.py Add QR-DQN (#13) 2020-12-21 11:17:48 +01:00
test_wrappers.py Add TimeFeatureWrapper (#7) 2020-11-13 13:00:56 +02:00