schedule.txt (898B)
1 # schedule file consisting of comma-separated agent pairs 2 # ============================================================================ 3 # to edit the below games or add your own, add a line in the following format: 4 # <player-1-command>,<player-2-command> 5 # 6 # NOTE: lines starting with a '#' are ignored 7 8 # python agent might not work due to permission errors on some distros. feel 9 # free to uncomment and test whether it works on your machine 10 #agents/example_python3_agent/agent.py,agents/example_python3_agent/run.sh 11 12 agents/example_c_agent/run.sh,agents/hexes/run-random.sh 13 14 agents/example_cpp_agent/run.sh,agents/hexes/run-random.sh 15 16 # java agent requires at least 16 threads, even with the minimal JVM options, 17 # which means that --threads 16 must be passed to tournament-host.py 18 #agents/example_java_agent/run.sh,agents/example_python3_agent/run.sh 19 20 agents/hexes/run.sh,agents/hexes/run.sh