JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
http://juliapomdp.github.io/POMDPs.jl/latest/
Other
652 stars 99 forks source link

Docs not building #519

Closed zsunberg closed 9 months ago

zsunberg commented 9 months ago

Currently the docs do not appear to be building because there are docstrings missing from the docs. My guess is that this was previously a warning in documenter, but became an error.

We should either include all of these docstrings or allow them to be missing.