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

RDDL and/or PPDDL parser #47

Open
jaja360 opened this issue Feb 27, 2021 · 1 comment
Open

RDDL and/or PPDDL parser #47

jaja360 opened this issue Feb 27, 2021 · 1 comment

Comments

@jaja360
Copy link

jaja360 commented Feb 27, 2021

Would it be technically possible to have a module in AI-Toolbox capable of loading MDP/POMDP models in RDDL and/or PPDDL format (which seems to be the "official" formats for the international planning competitions IPC) ?

There is a lot of planning domains / models in these formats and it would be cool to be able to easily test the AI-Toolbox algorithms on them.

@Svalorzen
Copy link
Owner

I have to admit I'm not really familiar with these formats. If it's just a matter of parsing a file and extracting transition probabilities and expected rewards, I don't see why not. If there's additional metadata, or the MDPs have properties we don't yet map, we'd have to write an additional model class to handle everything.

All in all, I don't think there is any technical reason why something like this can't be added to the library. Would you be interested in trying? I'd be glad to help you with the codebase and how I like to organize things (and possibly to help write any additional model classes if they are needed), but I don't think I'd be able to help with the parser itself.

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