Fix bug
This commit is contained in:
parent
d9d71bd636
commit
5fd60fde15
|
@ -83,9 +83,10 @@ class TwoWheeledConfigModule():
|
||||||
"threshold": 1e-6,
|
"threshold": 1e-6,
|
||||||
},
|
},
|
||||||
"NMPC": {
|
"NMPC": {
|
||||||
"threshold": 1e-3,
|
"threshold": 0.01,
|
||||||
"max_iters": 1000,
|
"max_iters": 5000,
|
||||||
"learning_rate": 0.1
|
"learning_rate": 0.01,
|
||||||
|
"optimizer_mode": "conjugate"
|
||||||
},
|
},
|
||||||
"NMPC-CGMRES": {
|
"NMPC-CGMRES": {
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue