-
Under Documents > Starcraft II > Replays, I am unable to parse replays
-
While playing with the s2client API on Linux I am running into a
segfault when replaying pack2 games (see trace below). The first game
replay works fine (although taking ~50 seconds on my laptop com…
mburo updated
6 years ago
-
```python
from sc2_datasets.torch.sc2_egset_dataset import SC2EGSetDataset
from sc2_datasets.available_replaypacks import SC2EGSET_DATASET_REPLAYPACKS
from sc2_datasets.transforms.pandas.player_sta…
-
bin/play.py will replay a replay file, but only from local disk. It'd be nice if it was given a url it'd download it to memory and pass the data to the game without having to write it to disk somewher…
-
```
When parsing a replay, selection changes and hotkey events are accounted for in
the APM calculation, but not exposed anywhere.
This makes deeper analysis impossible for client code.
```
Origina…
-
From this replay of Puck in a PvZ for the new LotV beta
http://lotv.spawningtool.com/4/download/
```
Python 3.4.0 (default, Apr 11 2014, 13:05:18)
[GCC 4.8.2] on linux
Type "help", "copyright", "cr…
-
Hello again,
Why some valuable data from replay are missing into JSON plugin?
Maybe i make a mistake but for example `map` attribute is not define, so we can't get map name.
Thanks!
-
_From @gravelweb on April 13, 2016 2:34_
Since chronoboost is now permanently cast on buildings, the stat shown (nexus energy maxed) is not helpful. I propose that instead of tracking nexus energy, i…
-
I tryed blizard offical SC2 and pysc2, neither can open replay file generated by 'python -m distar.bin.play'.
If I open with pysc2, it turns out that has an error
'pysc2.lib.remote_controller.Req…
-
Firstly, I ran command like this:
_python3 src/main.py --config=**qmix_smac** --env-config=sc2 with env_args.map_name=3m save_replay=True save_model=True_
and then I loaded model by running:…