Skip to content
Snippets Groups Projects
Commit 985e51b6 authored by truthless11's avatar truthless11
Browse files

fix policy evaluation

parent c740651f
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,6 @@ def evaluate(dataset_name, model_name, load_path, calculate_reward=True):
for key in sess.evaluator.goal:
if key not in task_success:
task_success[key] = []
else:
task_success[key].append(task_succ)
task_success['All'].append(task_succ)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment