-------------------------------------------------------------------- {'games': [], 'teams': {0: {'team_name': 'team64', 'agent': 'agents.t_064.myTeam', 'load_agent': False}, 1: {'team_name': 'team64', 'agent': 'agents.t_064.myTeam', 'load_agent': False}}, 'num_of_games': 1} Error: Agent at "agents.t_064.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 54, in loadAgent agent_temp = mymodule.myAgent(i) File "/code/assignment3/code_base/agents/t_064/myTeam.py", line 43, in __init__ self.weights = self.__load_weights() File "/code/assignment3/code_base/agents/t_064/myTeam.py", line 50, in __load_weights with open("agents/t_xxx/weights.json", "w") as f: FileNotFoundError: [Errno 2] No such file or directory: 'agents/t_xxx/weights.json' Error: Agent at "agents.t_064.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 54, in loadAgent agent_temp = mymodule.myAgent(i) File "/code/assignment3/code_base/agents/t_064/myTeam.py", line 43, in __init__ self.weights = self.__load_weights() File "/code/assignment3/code_base/agents/t_064/myTeam.py", line 50, in __load_weights with open("agents/t_xxx/weights.json", "w") as f: FileNotFoundError: [Errno 2] No such file or directory: 'agents/t_xxx/weights.json'