The competition is over but the page is left here for the future reference.
We assume you know how ViZDoom works. If not, please read the tutorial.
# 2. Clone the repository
git clone https://github.com/ebonyclock/vizdoom_cig2017
cd vizdoom_cig2017
# 3. Build the host
./build.sh host
# 4. Build some agents e.g.
./build.sh random
# ./build.sh f1
# ./build.sh intelact
# 5. Run the host for 1 player (display is required for --watch)
./run.sh host -p 1 --watch
# 6. Run an agent
./run.sh random