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

read_pomdp doesn't appear to fully implement the .pomdp spec. #15

Open
jmuchovej opened this issue Jun 9, 2023 · 1 comment
Open

read_pomdp doesn't appear to fully implement the .pomdp spec. #15

jmuchovej opened this issue Jun 9, 2023 · 1 comment

Comments

@jmuchovej
Copy link
Contributor

The spec outlines that one can use start: to designate what would be initialstate. Additionally, there are a variety of keywords for start that can be used to modify the distribution of initialstate.

I need to dig further into this, and I'll probably prep some fixes for it, but figured I'd flag it now.

@jmuchovej
Copy link
Contributor Author

Just looked through the code in more detail. Turns out, start: isn't considered, at all. Thus, folks can't specify an initial state distribution (ergo it's uniform across all states).

I'll probably start working on this once I finish up the tests in #13.

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