-------------------------------------------------------------------- {'games': [], 'teams': {0: {'team_name': 'Whatever', 'agent': 'agents.t_059.myTeam', 'load_agent': False}, 1: {'team_name': 'Whatever', 'agent': 'agents.t_059.myTeam', 'load_agent': False}}, 'num_of_games': 1} Error: Agent at "agents.t_059.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_059/myTeam.py", line 164, in __init__ with open('policy.json') as json_file: FileNotFoundError: [Errno 2] No such file or directory: 'policy.json' Error: Agent at "agents.t_059.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_059/myTeam.py", line 164, in __init__ with open('policy.json') as json_file: FileNotFoundError: [Errno 2] No such file or directory: 'policy.json'