Skip to content

Commit 932ea88

Browse files
Improve hyperparameter search
1 parent 2bbab49 commit 932ea88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deep_rl/utils/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ def reduce_patterns(self, patterns, root, tag, ids, score_fn):
216216
best = 0
217217
best_ids.append(best)
218218
new_patterns.append(ps[best])
219-
return dict(patterns=patterns, ids=best_ids)
219+
return dict(patterns=new_patterns, ids=best_ids)
220220

0 commit comments

Comments
 (0)