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

Example that uses Cassandra parser? #33

Closed
hifzajaved opened this issue Dec 5, 2018 · 1 comment
Closed

Example that uses Cassandra parser? #33

hifzajaved opened this issue Dec 5, 2018 · 1 comment

Comments

@hifzajaved
Copy link

Is there any example code or documentation available on using the Cassandra parser for a POMDP model? When you say it parses a reasonable subset of the Cassandra POMDP format, what exactly do you mean?

@Svalorzen
Copy link
Owner

Svalorzen commented Dec 6, 2018

You can see an example here (with the corresponding POMDP file here).

There are some limitations, for example I don't yet parse labels, so you can't have them. The reward function must be specified as a table by action-state only. I don't yet support the value label (so I only accept R in terms of rewards). I think this are the only limitations IIRC. In any case, the code can be improved, and if you pass it something it doesn't like it should give you a reasonable error when trying to parse.

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

2 participants