Atcold / pytorch-PPUU

Code for Prediction and Planning Under Uncertainty (PPUU)
https://youtu.be/X2s7gy3wIYw
MIT License
203 stars 54 forks source link

Generate data slurm scripts need named argument #42

Closed yair-schiff closed 5 years ago

yair-schiff commented 5 years ago

Since run_generate_data.sh was changed to use named arguments, submit_generate_data_<map>.slurm needs to be changed accordingly:

This line should be changed from: ~srun python -u generate_trajectories.py -time_slot $1 -map i80~ to: srun python -u generate_trajectories.py -time_slot $time_slot -map i80

Same change should be applied to .slurm for each map