Code and experiment data for the KI 2015 paper "A Doppelkopf Player Based on UCT"

Main Authors: Sievers, Silvan, Helmert, Malte
Format: info software Journal
Terbitan: , 2021
Online Access: https://zenodo.org/record/4601802
Daftar Isi:
  • This bundle contains code, data and benchmarks for reproducing all experiments reported in the paper. sievers-helmert-ki2015-code.zip contains the implementation of the Doppelkopf framework and the UCT player. sievers-helmert-ki2015-lab.zip contains a customized copy of Lab 1.8 (https://github.com/aibasel/lab) sievers-helmert-ki2015-scripts.zip contains experiment scripts compatible with Lab 1.8 for reproducing all experiments of the paper. sievers-helmert-ki2015-data.zip contains the raw experimental data under experiments. Each subdirectory corresponds to one experiment (with a corresponding script in the scripts file). Each of these contain a subdirectory tree structure "runs-*" where each run has its own directory which. For each run, there are the run log file "run.log" (stdout), the run script "run" used to start the experiment, and a "properties" file that contains data parsed from the log file(s). In addition to the experiments directory, there is a directory that contains html reports generated from the data under experiments.