Done v1.0

This commit is contained in:
Shunichi09 2020-04-02 13:40:42 +09:00
parent e92c100951
commit 4b8ff4c0ac
1 changed files with 4 additions and 0 deletions

View File

@ -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.])