-------------------------------------------------------------------- {'games': [], 'teams': {0: {'team_name': 'SigmaGo', 'agent': 'agents.t_028.myTeam', 'load_agent': False}, 1: {'team_name': 'SigmaGo', 'agent': 'agents.t_028.myTeam', 'load_agent': False}}, 'num_of_games': 1} Error: Agent at "agents.t_028.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 146, in loadAgent mymodule = importlib.import_module(teams[i]['agent']) File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 843, in exec_module File "", line 219, in _call_with_frames_removed File "/code/assignment3/code_base/agents/t_028/myTeam.py", line 11, in from .mcts import AlternatingMCTSTree File "/code/assignment3/code_base/agents/t_028/mcts.py", line 7, in from .reward import compute_reward_play, compute_reward_draft File "/code/assignment3/code_base/agents/t_028/reward.py", line 3, in from general_game_runner_train import HidePrint ModuleNotFoundError: No module named 'general_game_runner_train' Error: Agent at "agents.t_028.myTeam" could not be loaded! Traceback (most recent call last): File "general_game_runner.py", line 146, in loadAgent mymodule = importlib.import_module(teams[i]['agent']) File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 843, in exec_module File "", line 219, in _call_with_frames_removed File "/code/assignment3/code_base/agents/t_028/myTeam.py", line 11, in from .mcts import AlternatingMCTSTree File "/code/assignment3/code_base/agents/t_028/mcts.py", line 7, in from .reward import compute_reward_play, compute_reward_draft File "/code/assignment3/code_base/agents/t_028/reward.py", line 3, in from general_game_runner_train import HidePrint ModuleNotFoundError: No module named 'general_game_runner_train'