Skip to content

Property is not satisfied in Learning Queries #241

Answered by petergjoel
Szpilman2 asked this question in Q&A
Discussion options

You must be logged in to vote

When the minE query fails, it implies that the learning algorithm cannot generate sufficient samples to train that validate the "sample termination objective" (in your case <> software.u4.

In your particular case, you meet the timing-control limitation of the learning algorithm; namely that the learning algorithm only can learn non-lazy controller strategies.

In the software component, the control at u1, u2 and u3 all require the controller to propose the particular delay that should transpire before the edge is used. This is exactly a "lazy" behavior; namely that the controller postpones the use of an edge.
The result is that the learning algorithm proposes "do nothing" in e.g. software.u1

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Szpilman2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants