Getting pdfa #34
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Hi, What I would do, is set the output to True for accepting and False for rejecting states.
Let me know if that serves the purpose :) |
Beta Was this translation helpful? Give feedback.
-
I would guess that the learned automaton is what is whitin ALERGIA's capabilites when it comes to learning of non-deterministic MDPs. So you get a deterministic approximation of non-det MDP. What I mean by non-deterministic:
From the same state, same input |
Beta Was this translation helpful? Give feedback.
-
We wrote about that in the preliminaries of the https://arxiv.org/pdf/2206.11708.pdf |
Beta Was this translation helpful? Give feedback.
-
Alergia learns a deterministic MDPs correctly in a limit, but what you have here is a non-deterministic MDP where action If you have a deterministic MDP, meaning that each all transitions from a state-input pair lead to states with a different output, ALERGIA will learn the correct MDP in a limit. If multiple state-input transitions lead to different states with the same output, like what you have, it will create a deterministic approximation. |
Beta Was this translation helpful? Give feedback.
I would guess that the learned automaton is what is whitin ALERGIA's capabilites when it comes to learning of non-deterministic MDPs. So you get a deterministic approximation of non-det MDP.
What I mean by non-deterministic:
From the same state, same input
a
leads to a same outputFalse
. Even tho it is a different state, ALERGIA cannot differentiate it based on the output