Compatibility with Alg4dm book #334
Labels
Contribution Opportunity
This would be something that would be very useful to the community and a good modular addition.
major project
I have been noticing that many of my students are translating between the MDP struct in algorithmsbook.com and POMDPs.jl. We should automate this. I think we should make a new package called AlgorithmsBook.jl or similar that provides a
convert(AlgorithmsBook.MDP, ::POMDPs.MDP)
and vice versa.@mykelk @tawheeler any thoughts about this? Do you have a repo of code that was used to test the algorithms in the book? That might be useful for developing this package.
The text was updated successfully, but these errors were encountered: