Skip to content

Package restructuring #79

@TheGreatfpmK

Description

@TheGreatfpmK

We want to make the structure of the PAYNT package more straightforward for the developers.

The idea is to have a core subpackage which contains the main parts of PAYNT, and then have individual subpackages for different features like POMDP FSC synthesis, decision trees etc.

The structure will look something like this:

  • paynt
    • synthesizer
    • parser
    • family
    • _utils
    • quotient.py
    • pomdp
      • saynt (in the future)
        • saynt source files...
      • factory.py (this is where colored mdps are created)
      • synthesizer.py
      • result.py
      • task.py
    • decision_tree
      • dtnest
        • dtnest source files...
      • factory.py
      • synthesizer.py
      • result.py
      • task.py
    • posmg
      and so on...

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions