-
https://stratagus.com/war1gus.html
https://github.com/Wargus/wargus
Holdup: issues in getting the code to build, and official instructions say you need to edit a system file (!) which is a no-go for …
-
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 installed starcraft via lutris. Running it with the battle.net launcher works fine. When I try to run the sample i get this error:
```
:914: ImportWarning: _SixMetaPathImporter.find_spec() not …
-
I have a PySC2 script that creates a new game with a different map, plays, then repeats.
After around 100-120 games it crashes with the following error:
`SC2APIProtocol.ResponseCreateGame.Error.…
-
**Workaround**
Copy maps folder in project to maps folder in Windows
https://aiarena.net/wiki/maps/
--------------------------------------------------
Map paths problem.
Not sure how he g…
-
Hi, is there anyone has tried the Starcraft preset files? I trained with the A3C for a long time but didn't see any improvement. Can anyone provide a better presets? Thanks!
-
Hi,
If I want to apply this codebase to multiagent game environment such as Starcraft II. What part of the network should be changed?
Thank you!
-
when I try to replay the SC2Replay file in the StarCraft II client, I find a error " can not open the map".
How to fix it?
-
I can see that `bot_ai_internal.py` has been modified, but how should the other sc2 Folder files and the new Maps be replaced? Thanks.
-
SC2 AI 构建
----------------------------------------
1. 环境搭建
- 使用 conda 创建虚拟环境
- `conda create -n star_craft_env python=3.6` 创建虚拟环境
- `conda activate star_craft_env` 激活虚拟环境
- 安装 pysc2 ,这里使…
Iranb updated
4 years ago