ray/rllib/agents/dqn
Eric Liang be48e1964b
[rllib] Fix per-worker exploration in Ape-X; make more kwargs required for future safety (#7504)
* fix sched

* lintc

* lint

* fix

* add unit test

* fix

* format

* fix test

* fix test
2020-03-10 11:14:14 -07:00
..
common [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
tests [rllib] Fix per-worker exploration in Ape-X; make more kwargs required for future safety (#7504) 2020-03-10 11:14:14 -07:00
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
apex.py Fix old exploration configs. (#7240) 2020-02-20 08:39:16 -08:00
distributional_q_model.py Fix various issues/warnings that come up on Jenkins (#7147) 2020-02-17 16:08:55 -08:00
dqn.py [rllib] First pass at pipeline implementation of DQN (#7433) 2020-03-07 14:47:58 -08:00
dqn_policy.py [rllib] Make timestep a required arg for exploration classes (#7380) 2020-03-04 13:00:37 -08:00
README.md [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
simple_q_model.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
simple_q_policy.py [rllib] Make timestep a required arg for exploration classes (#7380) 2020-03-04 13:00:37 -08:00