-------------------------------------------------------------------- {'games': [], 'teams': {0: {'team_name': 'Bandits', 'agent': 'agents.t_049.myTeam', 'load_agent': False}, 1: {'team_name': 'Bandits', 'agent': 'agents.t_049.myTeam', 'load_agent': False}}, 'num_of_games': 1} Error: Agent at "agents.t_049.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 147, in loadAgent agent_temp = mymodule.myAgent(i) AttributeError: module 'agents.t_049.myTeam' has no attribute 'myAgent' Error: Agent at "agents.t_049.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 147, in loadAgent agent_temp = mymodule.myAgent(i) AttributeError: module 'agents.t_049.myTeam' has no attribute 'myAgent'