jzf2101 / alphatology

Code for Evaluation Beyond Task Performance: Analyzing Concepts in AlphaZero in Hex (NeurIPS 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alphatology

Code for Evaluation Beyond Task Performance: Analyzing Concepts in AlphaZero in Hex (NeurIPS 2022)

setup jobs (assumes slurm)

# generates jobs in jobs/[job-name].sh
mkdir times
./pipelines/icml2020.sh

# download results (I moved this into a bashscript for myself)
# $1 == jobname.
rsync --progress [USER]@[REMOTE]:[PATH_TO_PROJECT]/results/$1/\* results/$1

tests

pytest tests/*.py --disable-pytest-warnings

About

Code for Evaluation Beyond Task Performance: Analyzing Concepts in AlphaZero in Hex (NeurIPS 2022)

License:MIT License


Languages

Language:Python 99.7%Language:Shell 0.3%