Example Slurm Script
Example Slurm Script to train agents
sdriving
uses slurm for managing the training workflow, if you are not familiar with slurm have a look at https://slurm.schedmd.com/sbatch.html.
This slurm script demonstrates the basic workflow using the agents
module. The configurable parameters for training can be obtained using python -m sdriving.agents.<module>.train --help
Last updated
Was this helpful?