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.
Trained each approach 5 times with 5 seeds
- Loading branch information
1 parent
25bf714
commit cd27a45
Showing
5 changed files
with
77 additions
and
62 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
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,10 @@ | ||
#!/bin/bash | ||
for ALGO in ppo; do | ||
./test_crazyflie.sh mpsf $ALGO False 0.1 #mpsf_sr_pen_0.1 | ||
./test_crazyflie.sh mpsf $ALGO False 1 #mpsf_sr_pen_1 | ||
./test_crazyflie.sh mpsf $ALGO False 10 #mpsf_sr_pen_10 | ||
./test_crazyflie.sh none $ALGO False False #none | ||
./test_crazyflie.sh none $ALGO True False #none_cpen | ||
for SEED in 42 62 821 99 4077; do # 1102 1014 14 960406 2031; do | ||
./test_crazyflie.sh mpsf $ALGO False 0.1 $SEED #mpsf_sr_pen_0.1 | ||
./test_crazyflie.sh mpsf $ALGO False 1 $SEED #mpsf_sr_pen_1 | ||
./test_crazyflie.sh mpsf $ALGO False 10 $SEED #mpsf_sr_pen_10 | ||
./test_crazyflie.sh none $ALGO False False $SEED #none | ||
./test_crazyflie.sh none $ALGO True False $SEED #none_cpen | ||
done | ||
done |
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