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

SARSA #32

Open
3 tasks done
manuelli opened this issue Nov 19, 2015 · 1 comment
Open
3 tasks done

SARSA #32

manuelli opened this issue Nov 19, 2015 · 1 comment
Assignees

Comments

@manuelli
Copy link
Collaborator

  • Implement SARSA update
  • Test it for convergence with a known policy, i.e. our simple controller
  • Implement full SARSA policy updates
@manuelli manuelli self-assigned this Nov 19, 2015
@manuelli manuelli mentioned this issue Nov 19, 2015
4 tasks
@manuelli
Copy link
Collaborator Author

manuelli commented Dec 1, 2015

Currently the discrete version of this is working. 4 inner and 4 outer bins seems to work reasonably well. Have implemented the continuous version with function approximation. Now need to test it our for convergence.

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