Skip to content

Add initial ProductIMDP framework#81

Merged
JeffersonYeh merged 10 commits intomainfrom
prod-dfa
Apr 28, 2025
Merged

Add initial ProductIMDP framework#81
JeffersonYeh merged 10 commits intomainfrom
prod-dfa

Conversation

@JeffersonYeh
Copy link
Copy Markdown
Collaborator

@JeffersonYeh JeffersonYeh commented Mar 12, 2025

Adds classes used for ProductIMDP value iteration including:

  • Abstract ProductIntervalMarkovProcess
  • ProductIntervalMarkovDecisionProcessDFA
  • Abstract DeterministicAutomaton
  • DFA
  • TransitionFunction (for the DFA)
  • Abstract Labelling and LabellingFunction (for the prodIMDP)

Copy link
Copy Markdown
Owner

@Zinoex Zinoex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good first step - I have suggested some changes for you to improve the compatibility of the code and make the code more idiomatic.

It would be great if you could add accessor methods (e.g. getindex(dfa::DFA, z::Int, w::Int) or the same with a string letter) and test them to ensure correctness :-)

Copy link
Copy Markdown
Owner

@Zinoex Zinoex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only have very minor comments about naming :-)

@JeffersonYeh JeffersonYeh marked this pull request as ready for review March 24, 2025 12:29
@JeffersonYeh JeffersonYeh changed the title Add initial DFA and DFA transition models Add initial ProductIMDP framework Mar 24, 2025
@JeffersonYeh JeffersonYeh force-pushed the prod-dfa branch 3 times, most recently from 6a60cd7 to a937b90 Compare April 28, 2025 12:19
@JeffersonYeh JeffersonYeh merged commit ef2167a into main Apr 28, 2025
4 of 6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants