Skip to content

Commit

Permalink
Merge pull request #490 from prabhatnagarajan/miswrite
Browse files Browse the repository at this point in the history
Fixes incorrect comment.
  • Loading branch information
muupan authored Jun 26, 2019
2 parents d8dd47d + 87802e4 commit af7b551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/atari/rainbow/train_rainbow.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def phi(x):
dir_of_best_network = os.path.join(args.outdir, "best")
agent.load(dir_of_best_network)

# run 30 evaluation episodes, each capped at 5 mins of play
# run 200 evaluation episodes, each capped at 30 mins of play
stats = experiments.evaluator.eval_performance(
env=eval_env,
agent=agent,
Expand Down

0 comments on commit af7b551

Please sign in to comment.