Skip to content

Commit

Permalink
fix step hint
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 29, 2023
1 parent 9749f00 commit 869bdad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def eval_period_time_sec(self) -> int:
@property
def step_hint(self) -> int:
"""Max num steps the baseline algo was given to reach the target."""
return 60_000
return 80_000

0 comments on commit 869bdad

Please sign in to comment.