JuliaPOMDP / SARSOP.jl

Julia package that wraps the SARSOP software for solving POMDPs/MDPs
Other
14 stars 7 forks source link

Naming of Solver #3

Closed mykelk closed 8 years ago

mykelk commented 8 years ago

Should it be SARSOPSolver or just Solver? If you need to disambiguate, you can use SARSOP.Solver. Right?

tawheeler commented 8 years ago

This follows the convention of the other solvers. QMDPSolver, POMCPSolver, ValueIterationSolver, MCTSSolver, etc. Maybe post this on POMDPs.jl? You have a valid point, but it would be good to discuss with everyone there.