Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Serge Croisé <[email protected]>
  • Loading branch information
chenkins and SergeCroise committed Feb 16, 2025
1 parent 960d430 commit 1dab10b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def eval(env_fn, num_games: int = 100, render_mode: str | None = None, **env_kwa

rewards = {agent: 0 for agent in env.possible_agents}

# SB3 models are designed for single-agent settings, we get around this by using he same model for every agent
# SB3 models are designed for single-agent settings, we get around this by using the same model for every agent
# TODO not sure this is correct - what about use of AECEnv in the waterworld example?
for i in range(num_games):
obs, _ = env.reset(seed=i)
Expand Down

0 comments on commit 1dab10b

Please sign in to comment.