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
664 stars 100 forks source link

Documentation Typos #554

Closed dylan-asmar closed 2 months ago

dylan-asmar commented 3 months ago
MaderDash commented 3 months ago

Please let me know if you still need assistance with this. and if you do then point to what file the errors are found in. @dylan-asmar

dylan-asmar commented 3 months ago

I welcome the help! The changes should be pretty straightforward with the only non-typo error being the @show_requirements one.

For each of the pages, there is an associated markdown file in POMPDs.jll/docs/src. For example, the first set of typos is in example_defining_problems.md.

MaderDash commented 3 months ago

I believe I understand. I'll try to make corrections tomorrow, if that's alright. I'll create a "typo" branch to simplify the merging process for you, or to work with in case there are any issues. Then, I'll submit a pull request to merge it back into your main branch.

dylan-asmar commented 3 months ago

That sounds great!

dylan-asmar commented 2 months ago

Fixed with https://github.com/JuliaPOMDP/POMDPs.jl/pull/557