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

Update README.md #520

Closed BoZenKhaa closed 11 months ago

BoZenKhaa commented 11 months ago

Change the names of methods to the names of packages in the few places where these two are not the same. This makes the names in the table consistent.

Reason: I tried to install ValueIteration in the REPL, but the package is called DiscreteValueIteration. This is the only one in the table where the name and the package name are different.

zsunberg commented 11 months ago

Thanks @BoZenKhaa !