Mykel Kochenderfer
Mykel Kochenderfer
@tlycken, sorry, I just realized I didn't respond to your question. We change the data but keep the knots constant.
@tlycken I think the only piece that is missing is simplex interpolation on a grid. To find the interpolated value at a particular point, regular multi-linear interpolation in d dimensions...
Thanks so much @dylan-asmar ! I think you can merge these when ready.
I think we should keep POMDPGallery. I use it quite a bit when demoing POMDPs.jl. I'm okay with POMDPExamples eventually being merged into the documentation of POMDPs.jl.
I'm good with moving them into the docs. I'd really like to make it easy for people to find a page with all of these examples. If in the docs,...
Which branch is the best one to start with here?
Wow, there is a lot of stuff there. Should we move this into a separate package, e.g., ParallelDiscreteValueIteration.jl to partition much of this complexity?
Sounds good. @zsunberg: Do you have a student eager to do this? Or should I find one here?
@dylan-asmar is looking into this.
You can set the color of the nodes and edges. Are you looking for something like: ```julia TikzGraphs.plot(g, edge_style="white", node_style="white") ```