Run experiments on remote machines - PMatthaei/ma-league GitHub Wiki
Using Docker (>19.0.3) on a VM
- Connect to your remote machine via ssh
ssh <user>@<address>
- Clone repository
git clone https://github.com/PMatthaei/ma-league.git
- Navigate to docker folder
cd docker
and run bash build.sh
script
-
screen -ls
to see running screens
-
screen -S <name>
to create named session
- Run experiment via
bash run.sh
within screen
- Follow the run configuration process presented by the script
-
Ctrl-A+Ctrl-D
to detach from within screen
-
screen -r <name>
to re-attach screen
- Download results folder via:
scp -r <user>@<address>:/ma-league/results/ <destination path>/ma-league/results/
⚠️ **GitHub.com Fallback** ⚠️