Skip to content

Commit

Permalink
chore: Fix spelling mistake.
Browse files Browse the repository at this point in the history
Co-authored-by: Dries <30599100+DriesSmit@users.noreply.github.com>
  • Loading branch information
KaleabTessera and DriesSmit authored Nov 30, 2021
1 parent eddd6a0 commit 47e1725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mava/environment_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def should_run_loop(eval_condtion: Tuple) -> bool:
self._executor._evaluator and self._executor._interval
)
if environment_loop_schedule:
eval_condtion = check_count_condition(self._executor._interval)
eval_condition = check_count_condition(self._executor._interval)

while not should_terminate(episode_count, step_count):
if (not environment_loop_schedule) or should_run_loop(eval_condition):
Expand Down

0 comments on commit 47e1725

Please sign in to comment.