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

Model update checklist #313

Closed
1 task done
zsunberg opened this issue Jul 23, 2020 · 1 comment
Closed
1 task done

Model update checklist #313

zsunberg opened this issue Jul 23, 2020 · 1 comment

Comments

@zsunberg
Copy link
Member

zsunberg commented Jul 23, 2020

To update a (PO)MDP model to POMDPs 0.9, the following changes should be made:

  • In Project.toml, update [compat] for POMDPs to include 0.9
  • If gen(DDNNode, ...) is implemented, replace it with transition/observation and POMDPModelTools.ImplicitDistribution.
  • Move initialstate_distribution to initialstate
  • If initialstate(m, rng) is implemented, replace it with initialstate(m) and ImplicitDistribution
  • If initialobs(m, s, rng) is implemented, replace it with initialobs(m) and ImplicitDistribution
  • If observation(m, sp) is implemented, implement initialobs(m, s) accordingly

Packages that need updating

  • QuickPOMDPs
@zsunberg zsunberg mentioned this issue Jul 23, 2020
@zsunberg
Copy link
Member Author

This seems to be done

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

No branches or pull requests

1 participant