Skip to content

Commit

Permalink
Update mtsac_metaworld_mt50.py
Browse files Browse the repository at this point in the history
update the max_episode length of this example.
  • Loading branch information
avnishn authored and mergify-bot committed Aug 19, 2020
1 parent c311baf commit 679afd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/torch/mtsac_metaworld_mt50.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def mtsac_metaworld_mt50(ctxt=None, seed=1, use_gpu=False, _gpu=0):
qf1=qf1,
qf2=qf2,
gradient_steps_per_itr=150,
max_episode_length=250,
max_episode_length=150,
eval_env=mt50_test_envs,
env_spec=mt50_train_envs.spec,
num_tasks=10,
Expand Down

0 comments on commit 679afd0

Please sign in to comment.