curl -O https://raw.githubusercontent.com/Roborovsky-Racers/aic_docker/main/scripts/setup.bash
bash ./setup.bash
rm ./setup.bash
OR
mkdir -p ~/aic/ && cd ~/aic/
git clone https://github.com/Roborovsky-Racers/aic_docker.git
./scripts/setup.bash
make build
make up
make gpu-up
make build-eval
make up-eval
(auto attach to container)
./run_evaluation.bash
make eval
make cleanup-images