JuliaPOMDP / SARSOP.jl

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

ERROR: LoadError: could not spawn model.pomdpx --output out.policy operation not permitted #22

Closed sarit-adh closed 6 years ago

sarit-adh commented 6 years ago

I have added and built the SARSOP package for JuliaPOMDP

But, while trying to run the solve function with SARSOPSolver, I get the following error on my windows 7 machine

Generating a pomdpx file: model.pomdpx ERROR: LoadError: could not spawn 'C:\Users\Sarit\.julia\v0.6\SARSOP\deps\appl\ src\pomdpsol' model.pomdpx --output out.policy: operation not permitted (EPERM)

mykelk commented 6 years ago

See https://github.com/JuliaPOMDP/SARSOP.jl/issues/21

sarit-adh commented 6 years ago

This seems to be different issue from #21 .

However, I was able to manually execute ....\pomdpsol model.pomdpx --output out.policy to generate out.policy file.

Maybe it has to do something with write permission in windows. Nevermind.