stable-baselines3/stable_baselines3/dqn
Tobias Rohrer 6cbb2c9303
Fix DQN target update interval for multi-env (#1463)
* Calculating target update interval per environment in `_on_step()`. See GitHub issue #1373

* Added changelog entry and changed test comment

* Added requested changes from code review

* Update version

---------

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2023-04-27 18:35:33 +02:00
..
__init__.py Exposed modules in __init__.py with __all__ (#1195) 2022-11-29 23:33:46 +01:00
dqn.py Fix DQN target update interval for multi-env (#1463) 2023-04-27 18:35:33 +02:00
policies.py Add Gymnasium support (#1327) 2023-04-14 13:13:59 +02:00