forked from utiasDSL/safe-control-gym
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0132626
commit 162075e
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/bin/bash | ||
./train_model.sbatch True 1 1 | ||
sbatch train_model.sbatch True 1 1 | ||
for MPSC_COST_HORIZON in 2 5 10 20; do | ||
for DECAY_FACTOR in 0.25 0.5 0.75 1; do | ||
./train_model.sbatch True $MPSC_COST_HORIZON $DECAY_FACTOR | ||
# ./train_model.sbatch False $MPSC_COST_HORIZON $DECAY_FACTOR | ||
sbatch train_model.sbatch True $MPSC_COST_HORIZON $DECAY_FACTOR | ||
sbatch train_model.sbatch False $MPSC_COST_HORIZON $DECAY_FACTOR | ||
done | ||
done |