Skip to content

Commit

Permalink
fix: updated evaluation config
Browse files Browse the repository at this point in the history
  • Loading branch information
becktepe committed Jun 4, 2024
1 parent 8bfd15b commit fc094b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configs/evaluate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ autorl:
objectives: ["reward_mean"]
optimize_objectives: "upper"
n_steps: 1
n_eval_steps: 100
n_eval_episodes: 10
n_eval_steps: 1
n_eval_episodes: 128

0 comments on commit fc094b7

Please sign in to comment.