changed MAX_PLAYERS_PER_TEAM

This commit is contained in:
2026-03-20 03:34:35 -04:00
parent ba16b75796
commit 9e77e4d6e0

View File

@@ -11,7 +11,7 @@ class World:
information about the environment, the ball, and the robots. 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): def __init__(self, agent, team_name: str, number: int, field_name: str):
""" """