Skip to content
Snippets Groups Projects
Unverified Commit 660556ed authored by Ryuichi Takanobu's avatar Ryuichi Takanobu Committed by GitHub
Browse files

Merge pull request #125 from thu-coai/dev

Fix policy eval
parents b4e17097 985e51b6
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