Skip to content

Commit

Permalink
Fix benchmark script
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Mar 15, 2020
1 parent 5ab97c8 commit 7cb227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
continue

# Skip old BipedalWalker version
if 'Walker-v2' in trained_model or 'WalkerHardcore-v2' in trained_model:
if 'Walker-v2' in env_id or 'WalkerHardcore-v2' in env_id:
continue

reward_log = '{}/{}/'.format(args.benchmark_dir, trained_model)
Expand Down

0 comments on commit 7cb227c

Please sign in to comment.