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

implement generalized policy iteration in ValueFunction #40

Open
sritchie opened this issue Oct 8, 2019 · 0 comments
Open

implement generalized policy iteration in ValueFunction #40

sritchie opened this issue Oct 8, 2019 · 0 comments

Comments

@sritchie
Copy link
Owner

sritchie commented Oct 8, 2019

Current in ValueFunction we have value iteration going... but we don't have a way to decide what to do at the end of each sweep, within a sweep, and across sweeps.

One idea would be to code specific optimizations. Another would be to code a set of functions that would show what happens at each level.

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