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 eba5cde commit 4e7145a
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 @@ -531,7 +531,7 @@ def should_run_loop(eval_condtion: Tuple) -> bool:
eval_condtion = check_count_condition(self._executor._interval)

while not should_terminate(episode_count, step_count):
if (not environment_loop_schedule) or should_run_loop(eval_condtion):
if (not environment_loop_schedule) or should_run_loop(eval_condition):
result = self.run_episode()
episode_count += 1
step_count += result["episode_length"]
Expand Down

0 comments on commit 4e7145a

Please sign in to comment.