changed MAX_PLAYERS_PER_TEAM
This commit is contained in:
@@ -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):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user