-
I did download replay files from : https://drive.google.com/drive/folders/1lqb__ubLKLfw4Jiig6KsO-D0e_wrnGWk?usp=sharing,
but when I tried to run `python trajectory_generator.py --replay_path [your pa…
-
In run.py, I run codes below:
# # 6. we use SL model and replays to do reinforcement learning
from alphastarmini.core.rl import rl_train_with_replay
rl_train_with_replay.test(on_server=P.…
-
Hi, I am trying to train a playable the AI to learn ZvT, but am encountering some errors.
1) I made a trainingreplays folder and put some replays from Patch 4.9. Command I ran was `python -m distar…
-
Python 3, Windows 10, SC2 version 5.0.9, likely trying to process an old replay version, but I don't know.
```
C:\Program Files (x86)\StarCraft II\Replays>python -m spawningtool replay1.SC2Replay
…
-
Hi, I am having latest starcraft 2 version which is 5.0.8 on windows 10, when I try to run " python run.py" with codes below:
# # 5. we use SL model and replays to do reinforcement learning
f…
-
I downloaded the replay data according to the tutorial and extracted it into ".SC2Replay" format. However, the run.py file is not read properly and gives the following error
Traceback (most recent …
-
It is very exciting to see the implementation of Alphastar after 2 years since release of the paper. I am trying to run miniAlphaStar. But after a few tries I am stuck at an error. Could you give me s…
-
您好,我又来了,前一段时间一直在做别的事情,最近打算赶紧研究下mini-AlphaStar。让人惊喜的是mini-AlphaStar已经更新到1.04了!然后我按照readme操作了一番,遇到了如下的问题:
(1)我按照知乎里说的,下载了与我的StarCraftII相同版本的回放文件,然后将回放文件复制到 ./data/replays/,然后运行
transform_replay…
-
I've tested this out with a couple different files now. I'm printing out each event in replay.events, but when double checking the events against the actual replay file (meaning I'm actually watching …
-
Hello guys,
I am having the following error when I try to play the game as human:
`IndexError: index 255 is out of bounds for axis 0 with size 2`
Here is the complete output log:
```
(ais…