TorchCraft / TorchCraftAI

A platform that lets you build agents to learn to play StarCraft: Brood War.
https://torchcraft.github.io/TorchCraftAI
MIT License
650 stars 123 forks source link

How to run Tutorial cases #7

Closed ianchen28 closed 5 years ago

ianchen28 commented 5 years ago

Hi there,

I have successfully built and run the cherrypi on windows.

Now I am trying to follow the tutorial about building placement and micro management. After going through the tutorial blog I found there is no executable files in the ./build folder according to https://torchcraft.github.io/TorchCraftAI/docs/bptut-rl.html eg. ./build/tutorials/building-placer/bp-train-rl

Should there be any modification about the building procedure according to the 'Installation(Windows)' part of TorchCraftAI (https://torchcraft.github.io/TorchCraftAI/docs/install-windows.html)?

Thanks in advance : )

ebetica commented 5 years ago

Sorry, we do not support training on Windows. Please use a Linux VM

ianchen28 commented 5 years ago

Ok I see, thank you