Run experiments on remote machines - PMatthaei/ma-league GitHub Wiki

Using Docker (>19.0.3) on a VM

  1. Connect to your remote machine via ssh ssh <user>@<address>
  2. Clone repository git clone https://github.com/PMatthaei/ma-league.git
  3. Navigate to docker folder cd docker and run bash build.sh script
  4. screen -ls to see running screens
  5. screen -S <name> to create named session
  6. Run experiment via bash run.sh within screen
  7. Follow the run configuration process presented by the script
  8. Ctrl-A+Ctrl-D to detach from within screen
  9. screen -r <name> to re-attach screen
  10. Download results folder via: scp -r <user>@<address>:/ma-league/results/ <destination path>/ma-league/results/

Using SLURM Jobs

⚠️ **GitHub.com Fallback** ⚠️