Skip to content

Error using solve function #19

@wbrannon

Description

@wbrannon

Hello,

In trying to apply POMCPOW to my problem of interest, I am trying to use the solve function with the following two lines:

solver = POMCPOWSolver(criterion=MaxUCB(20.0))
planner = solve(solver, mdp)

I am able to implement MCTS with my MDP input, but when using it with POMCPOW I get the following error:

MethodError: no method matching solve(::POMCPOWSolver, ::laneChangeMDP) Closest candidates are: solve(!Matched::FunctionSolver, ::Union{MDP, POMDP}) at /Users/williambrannon/.julia/packages/POMDPPolicies/tAWHg/src/function.jl:23 solve(!Matched::RandomSolver, ::Union{MDP, POMDP}) at /Users/williambrannon/.julia/packages/POMDPPolicies/tAWHg/src/random.jl:48

I suppose there might be an error somewhere in the typing of the POMCPOWSolver object?

Thanks!
William

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions