-------------------------------------------------------------------- Initializing myAgent Initializing myAgent {'games': [], 'teams': {0: {'team_name': 'team-flare', 'agent': 'agents.t_015.myTeam', 'load_agent': False}, 1: {'team_name': 'team-flare', 'agent': 'agents.t_015.myTeam', 'load_agent': False}}, 'num_of_games': 1} Error: Agent at "agents.t_015.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 147, in loadAgent agent_temp = mymodule.myAgent(i) File "/code/assignment3/code_base/agents/t_015/myTeam.py", line 35, in __init__ self.weight = json.load(f)['weight'] KeyError: 'weight' Error: Agent at "agents.t_015.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 147, in loadAgent agent_temp = mymodule.myAgent(i) File "/code/assignment3/code_base/agents/t_015/myTeam.py", line 35, in __init__ self.weight = json.load(f)['weight'] KeyError: 'weight'