Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @licioromao 's changes to read more POMDPFIle formats #19

Open
wants to merge 145 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    16f465c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    3baebb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ebad8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    afc2db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44ba94 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. I have checked the preamble and initial distroibution parser in sever…

    …al example from Cassandras website
    licioromao committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d8e00de View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    9650eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71b54f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eea21f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5ab4d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfa0425 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    1be8d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845e424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ead38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e64845 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    3c2bd38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1b257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c632d1c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Final draft of the parser

    licioromao committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    0b1366a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Small changes in the files. Need to work on observation and implement…

    … a more efficient indexing of the probability distribution
    licioromao committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9179bed View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    a6de9a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    868fea6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c7401a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f4ea4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f42a7c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    351d332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277da57 View commit details
    Browse the repository at this point in the history
  3. Writing the POMDP file

    licioromao committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    e8fad59 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. A first version of the parser is complete. I am now working on genera…

    …ting the Julia structures that are necessary for POMDPs.jl
    licioromao committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    51e4c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b39df2f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    a365b13 View commit details
    Browse the repository at this point in the history
  2. Revising code to decrease its size. Done until the beginning of trans…

    …, obs, and values parsing
    licioromao committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bb2ed01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c151b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    41b24d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    50254ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9fff1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    528283d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d4c4e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. modifying .gitignore

    licioromao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    39d24fc View commit details
    Browse the repository at this point in the history
  2. modifying .gitignore

    licioromao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a79cc98 View commit details
    Browse the repository at this point in the history
  3. modifying .gitignore

    licioromao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e2fe4a2 View commit details
    Browse the repository at this point in the history
  4. modifying .gitignore

    licioromao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3482d6b View commit details
    Browse the repository at this point in the history
  5. modifying .gitignore

    licioromao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5e05ed0 View commit details
    Browse the repository at this point in the history
  6. Fisrt part of observation

    licioromao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f05577f View commit details
    Browse the repository at this point in the history
  7. Parsing line equal 4

    licioromao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2470a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    d3b0a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ce904 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    739a24a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51661b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a72741e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    821ab15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9e0da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96d970f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    033f928 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e2e2fbb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    aa24a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3feb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    158234a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de6aeeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eb7426 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    662668f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b849bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18f6e98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aee918 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. First version of package

    licioromao committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    737b7c6 View commit details
    Browse the repository at this point in the history
  2. First draft of parser

    licioromao committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8a493db View commit details
    Browse the repository at this point in the history
  3. First version of parser

    licioromao committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    4e820bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e00140 View commit details
    Browse the repository at this point in the history
  5. First version of parser

    licioromao committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    2b22e2a View commit details
    Browse the repository at this point in the history
  6. Fixing test errors

    licioromao committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    572ce69 View commit details
    Browse the repository at this point in the history
  7. Cleaning up repo

    licioromao committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    246e94a View commit details
    Browse the repository at this point in the history
  8. Cleaning up repo

    licioromao committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b5a6fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    693bea0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    5aad149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2812675 View commit details
    Browse the repository at this point in the history
  3. fixing initial condition

    licioromao committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2e30401 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e57ff8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Fixing the tests

    licioromao committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6d64874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989dabd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fb22eb View commit details
    Browse the repository at this point in the history
  4. progress on tests

    licioromao committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    91b094c View commit details
    Browse the repository at this point in the history
  5. progress on tests

    licioromao committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    be8394b View commit details
    Browse the repository at this point in the history
  6. progress on tests

    licioromao committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    0b5bd20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab47dc6 View commit details
    Browse the repository at this point in the history
  8. Cleaning up test folder

    licioromao committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ef4044c View commit details
    Browse the repository at this point in the history
  9. Cleaning up test folder

    licioromao committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4755689 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5344f42 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Update CompatHelper.yml

    Adding Wildcardarrays
    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    feb353f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5736fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fc4243 View commit details
    Browse the repository at this point in the history
  4. Update CompatHelper.yml

    Trying to add wildcardarrays in the github actions
    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0d151a7 View commit details
    Browse the repository at this point in the history
  5. Update CI.yml

    Changing the CI to include WildcardArrays
    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    37e27de View commit details
    Browse the repository at this point in the history
  6. Update CompatHelper.yml

    Changing the CI to include WildcardArrays
    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2bb08e7 View commit details
    Browse the repository at this point in the history
  7. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    adcc054 View commit details
    Browse the repository at this point in the history
  8. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    147e7c3 View commit details
    Browse the repository at this point in the history
  9. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    06e5e81 View commit details
    Browse the repository at this point in the history
  10. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    660bc06 View commit details
    Browse the repository at this point in the history
  11. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9d88b05 View commit details
    Browse the repository at this point in the history
  12. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    53ffbf7 View commit details
    Browse the repository at this point in the history
  13. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c273c0a View commit details
    Browse the repository at this point in the history
  14. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3fc7991 View commit details
    Browse the repository at this point in the history
  15. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    475a564 View commit details
    Browse the repository at this point in the history
  16. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5009133 View commit details
    Browse the repository at this point in the history
  17. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    086f967 View commit details
    Browse the repository at this point in the history
  18. Update CI.yml

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f599864 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    ff07781 View commit details
    Browse the repository at this point in the history
  20. Update README.md

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3ff6e10 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6b74b04 View commit details
    Browse the repository at this point in the history
  22. Update README.md

    licioromao authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4017076 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d3a4d7d View commit details
    Browse the repository at this point in the history
  24. Updating README

    licioromao committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0252675 View commit details
    Browse the repository at this point in the history
  25. Updating README

    licioromao committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    36d3d16 View commit details
    Browse the repository at this point in the history
  26. Updating README

    licioromao committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    d39f287 View commit details
    Browse the repository at this point in the history
  27. Updating README

    licioromao committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b4d7214 View commit details
    Browse the repository at this point in the history
  28. Updating README

    licioromao committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    67d9ede View commit details
    Browse the repository at this point in the history
  29. Updating README

    licioromao committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9e6ec7f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    ea185a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50014fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b20a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fad36a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2bbaac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea2eb7d View commit details
    Browse the repository at this point in the history
  7. Update CI.yml

    licioromao authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0f03ed9 View commit details
    Browse the repository at this point in the history
  8. Update CI.yml

    licioromao authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0917913 View commit details
    Browse the repository at this point in the history
  9. Update CI.yml

    licioromao authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5ae4e1f View commit details
    Browse the repository at this point in the history
  10. Update CI.yml

    licioromao authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1ad9f48 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Release of version 0.3.0

    licioromao committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf18c85 View commit details
    Browse the repository at this point in the history
  2. Release of version 0.3.0

    licioromao committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ad1ccea View commit details
    Browse the repository at this point in the history
  3. Release of version 0.3.0

    licioromao committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5bbe86c View commit details
    Browse the repository at this point in the history
  4. Release of version 0.3.0

    licioromao committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    03f77b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Release version 0.3.0

    licioromao authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    122832e View commit details
    Browse the repository at this point in the history
  2. Release 0.3.0

    licioromao authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d52fd7c View commit details
    Browse the repository at this point in the history
  3. Release 0.3.0

    licioromao authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a22acf8 View commit details
    Browse the repository at this point in the history
  4. Release v0.3.0

    licioromao committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    737083d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3f69e01 View commit details
    Browse the repository at this point in the history
  2. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    51cbefe View commit details
    Browse the repository at this point in the history
  3. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    dd951e3 View commit details
    Browse the repository at this point in the history
  4. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    b60378a View commit details
    Browse the repository at this point in the history
  5. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    7b21ab2 View commit details
    Browse the repository at this point in the history
  6. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    511fdbc View commit details
    Browse the repository at this point in the history
  7. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    92eefa0 View commit details
    Browse the repository at this point in the history
  8. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    fb941ba View commit details
    Browse the repository at this point in the history
  9. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    6d67f48 View commit details
    Browse the repository at this point in the history
  10. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c5a42ed View commit details
    Browse the repository at this point in the history
  11. Release v0.3.0

    licioromao committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    869e60f View commit details
    Browse the repository at this point in the history