[docs] Switch docs to use rllib train instead of train.py

This commit is contained in:
Eric Liang
2018-12-04 17:36:06 -08:00
committed by GitHub
parent 9d0bd50e78
commit 93a9d32288
6 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Example usage for training:
rllib train --run DQN --env CartPole-v0
Example usage for rollout:
rllib rollout /tmp/ray/checkpoint_dir/checkpoint-0 --run DQN
rllib rollout /trial_dir/checkpoint_1/checkpoint-1 --run DQN
"""