-------------------------------------------------------------------- {'games': [{'valid_game': True, 'random_seed': 1584078600, 'file_name': 'sample_team_312-vs-Team74-13-Jun-2025-01-18-55-781003-1584078600', 'scores': {0: 2, 1: 1}, 'replay_path': 'output/replay-sample_team_312-vs-Team74-13-Jun-2025-01-18-55-781003-1584078600.replay'}], 'teams': {0: {'team_name': 'sample_team_312', 'agent': 'agents.t_312.myTeam', 'load_agent': True}, 1: {'team_name': 'Team74', 'agent': 'agents.t_074.myTeam', 'load_agent': True}}, 'num_of_games': 1} /code/assignment3/code_base/agents/t_074/myTeam.py:269: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.) self.neural_network.fc1.weight.data = torch.FloatTensor(fc1_w)