Done v1.0
This commit is contained in:
parent
e92c100951
commit
4b8ff4c0ac
|
@ -115,6 +115,10 @@ def main():
|
||||||
Ad = sysd.A
|
Ad = sysd.A
|
||||||
Bd = sysd.B
|
Bd = sysd.B
|
||||||
|
|
||||||
|
print(Ad)
|
||||||
|
print(Bd)
|
||||||
|
input()
|
||||||
|
|
||||||
# evaluation function weight
|
# evaluation function weight
|
||||||
Q = np.diag([1., 1., 1., 1.])
|
Q = np.diag([1., 1., 1., 1.])
|
||||||
R = np.diag([1., 1.])
|
R = np.diag([1., 1.])
|
||||||
|
|
Loading…
Reference in New Issue