-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Tested MPC Controller with the following weighting matrices:
# Care only 75% less about and velocities and reference input of the drone Q = diagcat(1, 1, 1, 0.45, 0.45, 0.75, 0, 0, 0, 0, 0, 0) R = diagcat(0.225, 0.225, 0.225, 0.6) Test result: # DEFAULT_DISCR_LEVEL = 30 -> Good, but still worse than Paper weights # 5%|▌ | 1/20 [02:10<41:15, 130.31s/it] # 10%|█ | 2/20 [04:11<37:31, 125.09s/it] # 15%|█▌ | 3/20 [06:41<38:39, 136.46s/it] # DEFAULT_DISCR_LEVEL = 100 -> Quite slow # 5%|▌ | 1/20 [04:23<1:23:31, 263.79s/it] # 10%|█ | 2/20 [07:45<1:08:12, 227.35s/it]
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 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