You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to run the supervised training on Windows 10 with the lastest SC II. Unfortuantely the replay files can't be loaded by this line:
info = controller.replay_info(replay_data)
in trajectory_generator.py, with such exception: SC2APIProtocol.ResponseReplayInfo.Error.ParsingError: 'Could not open initData for the replay:~\AppData\Local\Temp\StarCraft II\TempReplayInfo.SC2Replay', while TempReplayInfo.SC2Replay is a temp copy of Simple64 replay.
Is it possible to update the replay files with newest version of SC II? I think it's 5.0.13 now.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to run the supervised training on Windows 10 with the lastest SC II. Unfortuantely the replay files can't be loaded by this line:
info = controller.replay_info(replay_data)
in trajectory_generator.py, with such exception: SC2APIProtocol.ResponseReplayInfo.Error.ParsingError: 'Could not open initData for the replay:~\AppData\Local\Temp\StarCraft II\TempReplayInfo.SC2Replay', while TempReplayInfo.SC2Replay is a temp copy of Simple64 replay.
Is it possible to update the replay files with newest version of SC II? I think it's 5.0.13 now.
The text was updated successfully, but these errors were encountered: