google-deepmind / pysc2

StarCraft II Learning Environment
Apache License 2.0
7.96k stars 1.15k forks source link

How could I watch the StarCraft II replays? #358

Open issuey opened 5 months ago

issuey commented 5 months ago

When I want to render the video of the SC2, I used the following command as the intro shown python -m pysc2.bin.play --norender --rgb_minimap_size 0 --replay 1c3s5z_2024-01-11-06-43-01.SC2Replay But I met the warning before ValueError: Unknown game version: 5.0.12. Known versions: ['4.6.2', 'latest']. Is there anybody else met the problem before? how could I render the video? Looking forward to your reply, thank you very much.