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

Missing POMDP value-iteration #760

Closed
ad71 opened this issue Feb 20, 2018 · 2 comments · Fixed by #929
Closed

Missing POMDP value-iteration #760

ad71 opened this issue Feb 20, 2018 · 2 comments · Fixed by #929

Comments

@ad71
Copy link
Contributor

ad71 commented Feb 20, 2018

mdp.py has no implementation of POMDP value-iteration. It cannot be directly implemented as we need to build a pomdp class. There are subtle differences between an mdp and a pomdp and I would like suggestions on whether to inherit from the mdp class or implement the pomdp class from scratch. @norvig @MrDupin what do you suggest?

@antmarakis
Copy link
Collaborator

I think building it from scratch is the better method, in my opinion.

@ad71
Copy link
Contributor Author

ad71 commented Feb 20, 2018

I thought so too. I'll get to work as soon as my exams finish this week.

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

Successfully merging a pull request may close this issue.

2 participants