Skip to content

Commit

Permalink
Fixed bug in stop criterium.
Browse files Browse the repository at this point in the history
Signed-off-by: simonsays1980 <[email protected]>
  • Loading branch information
simonsays1980 committed Sep 27, 2024
1 parent 330594e commit 2b04f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
# exceeds 150 in evaluation.
stop = {
f"{NUM_ENV_STEPS_SAMPLED_LIFETIME}": 100000,
f"{EVALUATION_RESULTS}/{ENV_RUNNER_RESULTS}/{EPISODE_RETURN_MEAN}": 0.012,
f"{EVALUATION_RESULTS}/{ENV_RUNNER_RESULTS}/{EPISODE_RETURN_MEAN}": -0.012,
}

# Run the example (with Tune).
Expand Down

0 comments on commit 2b04f6c

Please sign in to comment.