[rllib] Add evaluation option to DQN agent (#3835)

* add eval

* interval

* multiagent minor fix

* Update rllib.rst

* Update ddpg.py

* Update qmix.py
This commit is contained in:
Eric Liang
2019-01-29 21:19:53 -08:00
committed by GitHub
parent c45b91dcca
commit 152375aa8a
8 changed files with 99 additions and 9 deletions
+1
View File
@@ -100,6 +100,7 @@ Development
-----------
* `Development Install <rllib-dev.html#development-install>`__
* `API Stability <rllib-dev.html#api-stability>`__
* `Features <rllib-dev.html#feature-development>`__
* `Benchmarks <rllib-dev.html#benchmarks>`__
* `Contributing Algorithms <rllib-dev.html#contributing-algorithms>`__