[rllib] Fix filter sync for ES and ARS (#2918)

This commit is contained in:
eugenevinitsky
2018-11-06 19:09:34 -08:00
committed by Eric Liang
parent 725df3a485
commit 344b4ef0ff
7 changed files with 80 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ An example of evaluating a previously trained DQN agent is as follows:
python ray/python/ray/rllib/rollout.py \
~/ray_results/default/DQN_CartPole-v0_0upjmdgr0/checkpoint-1 \
--run DQN --env CartPole-v0
--run DQN --env CartPole-v0 --steps 10000
The ``rollout.py`` helper script reconstructs a DQN agent from the checkpoint
located at ``~/ray_results/default/DQN_CartPole-v0_0upjmdgr0/checkpoint-1``