You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to do some benchmarking for the upcoming CompressedBeliefMDPs.jl package and ran into some trouble when trying to use POMDPs.value on POMCPPlanner. Is this expected behavior? POMCPPlanner subclasses POMDPs.Policy, so I thought it would support the POMDPs.jl interface.
Steps to Recreate
using BasicPOMCP
using POMDPs
using POMDPTools
using POMDPModels
pomdp =BabyPOMDP()
solver =POMCPSolver()
planner =solve(solver, pomdp)
r =value(planner, initialstate(pomdp))
I was trying to do some benchmarking for the upcoming CompressedBeliefMDPs.jl package and ran into some trouble when trying to use POMDPs.value on
POMCPPlanner
. Is this expected behavior?POMCPPlanner
subclassesPOMDPs.Policy
, so I thought it would support the POMDPs.jl interface.Steps to Recreate
Error
The text was updated successfully, but these errors were encountered: