Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case Study: feedback control #3

Open
bchasnov opened this issue Mar 21, 2020 · 0 comments
Open

Case Study: feedback control #3

bchasnov opened this issue Mar 21, 2020 · 0 comments

Comments

@bchasnov
Copy link
Owner

To be expanded

Basically take a system with state evolving linearly as s(t+1) = a*s(t) + b1*u1(t) + b2*u2(t) and parameterize the actions ui(t) = ki*x(t) and perform gradient descent on the infinite time horizon cost on parameters (k1, k2) and see what the equilibria are.

The allowed parameters (k1,k2) such that |a+b1*k1+b2*k2|<1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant