uncomment timer
This commit is contained in:
@@ -14,7 +14,7 @@ with open("./settings.json", "r") as file:
|
||||
data = json.load(file)
|
||||
time_limit = data["time_limit"]
|
||||
|
||||
# @timeout(time_limit, use_signals=False)
|
||||
@timeout(time_limit, use_signals=False)
|
||||
def run_single_example(agent, env, example, max_steps, instruction, args, example_result_dir, scores, run):
|
||||
agent.reset()
|
||||
obs = env.reset(task_config=example)
|
||||
|
||||
Reference in New Issue
Block a user