stable-baselines3/stable_baselines3/dqn
Antonin RAFFIN c62e9259db
Add custom objects support + bug fix (#336)
* Add support for custom objects

* Add python 3.8 to the CI

* Bump version

* PyType fixes

* [ci skip] Fix typo

* Add note about slow-down + fix typos

* Minor edits to the doc

* Bug fix for DQN

* Update test

* Add test for custom objects
2021-03-06 15:17:43 +02:00
..
__init__.py Auto-formatting with black and isort (#97) 2020-07-16 16:12:16 +02:00
dqn.py Add custom objects support + bug fix (#336) 2021-03-06 15:17:43 +02:00
policies.py TD3 Code review (#245) 2021-02-27 17:33:50 +01:00