-------------------------------------------------------------------- {'games': [], 'teams': {0: {'team_name': 'Bombardiro Crocodilo', 'agent': 'agents.t_072.myTeam', 'load_agent': False}, 1: {'team_name': 'Bombardiro Crocodilo', 'agent': 'agents.t_072.myTeam', 'load_agent': False}}, 'num_of_games': 1} Error: Agent at "agents.t_072.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_072/myTeam.py", line 141, in __init__ self.load_weights() File "/code/assignment3/code_base/agents/t_072/myTeam.py", line 625, in load_weights self.DQN.load_state_dict(torch.load(DQN_WEIGHT_PATH, map_location=self.device)) File "/usr/local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 2041, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for DQN: Missing key(s) in state_dict: "other_net.coords_fc.weight", "other_net.coords_fc.bias", "other_net.play_fc.weight", "other_net.play_fc.bias", "other_net.draft_fc.weight", "other_net.draft_fc.bias", "other_net.type_fc.weight", "other_net.type_fc.bias", "other_net.out_fc.weight", "other_net.out_fc.bias". Unexpected key(s) in state_dict: "other_net.0.weight", "other_net.0.bias", "other_net.2.weight", "other_net.2.bias". Error: Agent at "agents.t_072.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_072/myTeam.py", line 141, in __init__ self.load_weights() File "/code/assignment3/code_base/agents/t_072/myTeam.py", line 625, in load_weights self.DQN.load_state_dict(torch.load(DQN_WEIGHT_PATH, map_location=self.device)) File "/usr/local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 2041, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for DQN: Missing key(s) in state_dict: "other_net.coords_fc.weight", "other_net.coords_fc.bias", "other_net.play_fc.weight", "other_net.play_fc.bias", "other_net.draft_fc.weight", "other_net.draft_fc.bias", "other_net.type_fc.weight", "other_net.type_fc.bias", "other_net.out_fc.weight", "other_net.out_fc.bias". Unexpected key(s) in state_dict: "other_net.0.weight", "other_net.0.bias", "other_net.2.weight", "other_net.2.bias".