Skip to content

Commit

Permalink
Skip bipedalwalker for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Mar 15, 2020
1 parent 1c2a3cf commit 5ab97c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
print("Skipping mujoco env: {}".format(env_id))
continue

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

reward_log = '{}/{}/'.format(args.benchmark_dir, trained_model)
arguments = [
'-n', str(n_timesteps),
Expand Down

0 comments on commit 5ab97c8

Please sign in to comment.