Botbier aims to minimize frustrations with setting up the StarCraft II Learning Environment through improved documentation and containerization. By removing barriers to setup, this project allows developers to start creating StarCraft II agents in a matter of minutes.
- Docker for Mac (not yet tested on Docker for Windows)
- at least 5.5GB free
# pull latest image from Docker cloud
docker run -it \
-e /bin/bash \
--name sc2ai
egsy/sc2ai
# wait for Docker image to be pulled.
# Once pulled, you will be inside container - now run install script to install Linux version of StarCraft 2 and maps.
./root/installblz.sh
At any point, to return to your local machine, type exit
. See troubleshooting section below for questions regarding container.
- insert link to list of resources on medium
- mount volume to persist data between containers
- COPY or ADD starcraft into mounted volume...?
- complete usage, troubleshooting, resources sections in readme
- add contribution guidelines to readme
- Mario Izquierdo, Mentor
- Victor Mendiluce, Consulting Mentor
- Anne Cognet, Consulting Mentor
- Mason Fish, Consulting Mentor