stable-baselines3/stable_baselines3/dqn
Antonin RAFFIN 7c21b79188
Add progress bar callback and argument (#1095)
* Add progress bar callback and argument

* Update doc

* Update changelog

* Upgrade pytype in docker image

* Use tqdm.write in the logger to have cleaner output

* Fix logger test

* Fix when doing multiple calls to learn()

* Address comments from code-review
2022-10-06 18:17:31 +02:00
..
__init__.py Dictionary Observations (#243) 2021-05-11 12:29:30 +02:00
dqn.py Add progress bar callback and argument (#1095) 2022-10-06 18:17:31 +02:00
policies.py Upgrade code to Python 3.7+ syntax using pyupgrade (#887) 2022-04-25 13:01:38 +03:00