Skip to content
Snippets Groups Projects
Commit 24b0e0cc authored by Dipam Chakraborty's avatar Dipam Chakraborty
Browse files

pass done True to agent

parent 83d3155a
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,6 @@ def evaluate(LocalEvalConfig):
envs[i].set_task(task)
current_tasks[i] = task
obs = envs[i].reset()
rew, done, info = 0.0, False, {}
episode_tracker.register_reset(instance_id=i,
task_key=task_key,
task=current_tasks[i],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment