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

Integration of interval analysis with constraints parsing (Difficulty: DIFFICULT) #244

Open
mike-gimelfarb opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mike-gimelfarb
Copy link
Collaborator

Currently, we have interval analysis that infers bounds on fluents, i.e. state in [100, 500], reward in [-1.0, 5.0]...
We also have a constraints parser that parses inequality constraints on action/state fluents, i.e. action-fluent(?x) >= non-fluent(?x) + 100..
However, we do not currently have a way to integrate them. For example, if bounds on state fluents are not stated as constraints, but clipped in the cpfs? How can they be integrated into the constraints parser to get tighter gym bounds for RDDLEnv?

@mike-gimelfarb mike-gimelfarb added enhancement New feature or request help wanted Extra attention is needed labels Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant