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 7149e99 commit eddd6a0
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 @@ -504,7 +504,7 @@ def should_run_loop(eval_condtion: Tuple) -> bool:
a bool indicatings if eval should run.
"""
should_run_loop = False
eval_interval_key, eval_interval_count = eval_condtion
eval_interval_key, eval_interval_count = eval_condition
counts = self.get_counts()
if counts:
count = counts.get(eval_interval_key)
Expand Down

0 comments on commit eddd6a0

Please sign in to comment.