Skip to content

Getting pdfa #34

Answered by emuskardin
roiDaniela asked this question in Q&A
Jul 6, 2022 · 4 comments · 12 replies
Discussion options

You must be logged in to vote

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:

    states[0].transitions['a'].append((states[1], 0.25))
    states[0].transitions['a'].append((states[0], 0.75))

From the same state, same input a leads to a same output False. Even tho it is a different state, ALERGIA cannot differentiate it based on the output

Replies: 4 comments 12 replies

Comment options

You must be logged in to vote
3 replies
@roiDaniela
Comment options

@emuskardin
Comment options

@roiDaniela
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by roiDaniela
Comment options

You must be logged in to vote
4 replies
@roiDaniela
Comment options

@emuskardin
Comment options

@roiDaniela
Comment options

@roiDaniela
Comment options

Comment options

You must be logged in to vote
5 replies
@roiDaniela
Comment options

@emuskardin
Comment options

@roiDaniela
Comment options

@emuskardin
Comment options

@roiDaniela
Comment options

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