Skip to content

Commit

Permalink
remove seed_shift
Browse files Browse the repository at this point in the history
  • Loading branch information
rizar committed Jan 22, 2019
1 parent 64b3e50 commit 37e94fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/train_intelligent_expert.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def evaluate_agent(il_learn, eval_seed, num_eval_demos, return_obss_actions=Fals
il_learn.args.env,
episodes=num_eval_demos,
seed=eval_seed,
seed_shift=0,
return_obss_actions=return_obss_actions
)
agent.model.train()
Expand Down

0 comments on commit 37e94fa

Please sign in to comment.