JuliaPOMDP / SARSOP.jl

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

POMDPx file type #1

Closed tawheeler closed 9 years ago

tawheeler commented 9 years ago
save(POMDPx)

and convert functions. Need a parser

etotheipluspi commented 9 years ago

Parser and converter have been added - they lives in POMDPXFile.

What is the role of save(POMDPx)? Does it write a .pomdpx file? If so POMDPXFile.jl has this feature.

tawheeler commented 9 years ago

nice!