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

evaluation framework for integrator chains domain #4

Open
vraman opened this issue Mar 28, 2016 · 3 comments
Open

evaluation framework for integrator chains domain #4

vraman opened this issue Mar 28, 2016 · 3 comments
Assignees

Comments

@vraman
Copy link
Contributor

vraman commented Mar 28, 2016

Create a script that parses an LTL formula into a Buchi or Rabin automaton and checks that an input string satisfies the specification. Should interface with the trial data from tdstat.py. The script should take as input a time duration for the trial and output success or failure based on appropriately defined acceptance criterion where not obvious (e.g. for liveness properties).

@vraman vraman self-assigned this Mar 28, 2016
@slivingston
Copy link
Member

Note that the integrator_chains domain uses only LTL formulae that can be expressed through two basic reach-avoid templates. As such, we could use a task specification syntax that is accordingly restricted and thus avoid the need for Rabin automaton construction.

@slivingston
Copy link
Member

@vraman What do you think about my recommendation of using a restricted syntax? It could be used for an initial implementation and be supplemented or replaced by a design involving Büchi or Rabin automata later.

@vraman
Copy link
Contributor Author

vraman commented Apr 7, 2016

I agree with the suggestion of using a restricted syntax for an initial implementation.

@slivingston slivingston assigned slivingston and unassigned vraman Oct 5, 2020
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