diff --git a/world/world.py b/world/world.py index e86a6e9..e8819af 100644 --- a/world/world.py +++ b/world/world.py @@ -11,7 +11,7 @@ class World: information about the environment, the ball, and the robots. """ - MAX_PLAYERS_PER_TEAM = 11 + MAX_PLAYERS_PER_TEAM = 7 def __init__(self, agent, team_name: str, number: int, field_name: str): """