Skip to content

yuizumi/icfpc-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

members

  • @alotofwe
  • @bakaming
  • @cocodrips
  • @eomole
  • @n__yoda
  • @yuizumi_y5i

build

Note the cmake's argument is a parent directory (two dots).

$ cd build
$ cmake ..
$ make

execute

Please install lamduct before.

$ lamduct ./some_ai --log-level 3 --game-port 9XXX
$
$ # if you want to use visualizer:
$ lamduct ./some_ai --log-level 3 --game-port 9XXX 2>&1 | \
  python3 offline/visualize_lamduct.py

You can get port numbers from http://punter.inf.ed.ac.uk/status.html.

offline

$ tools/wget_maps.sh
$
$ # Emulate with logging into visualizer/log.
$ python3 offline/emulate.py maps/lambda.json build/ai/greedy build/ai/forest
$
$ # Emulate only using stderr (debug info) and stdout (scores).
$ python3 offline/emulate_no_write.py maps/lambda.json build/ai/greedy build/ai/forest

About

ICFPC 2017 for Love and Lies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published