#! /bin/bash

set -euo pipefail

DIR=$(dirname ${0})
DIR=$(realpath ${DIR})
REPO=$(dirname ${DIR})
EXPDIR=${DOWNWARD_REPO}/experiments/tmp-downward-lab-project

rm -rf ${EXPDIR}/data/
mkdir -p ${EXPDIR}
cp ${REPO}/examples/downward/*.py ${EXPDIR}
${DIR}/run-example-experiment ${EXPDIR}/2020-09-11-A-cg-vs-ff.py 1 2 3 4 5 8 9
${DIR}/run-example-experiment ${EXPDIR}/2020-09-11-B-bounded-cost.py 1 2 3 4 5 8
${DIR}/run-example-experiment ${EXPDIR}/01-evaluation.py 1 2 3 4
