Skip to content

Commit

Permalink
POMDPs.requirements_info -> POMDPLinter.requirements_info (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Oct 24, 2023
1 parent c6057c8 commit 97b2f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements_info.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function POMDPLinter.requirements_info(solver::AbstractPOMCPSolver, problem::POM
requirements_info(policy, b)
end

POMDPs.requirements_info(policy::POMCPPlanner, b) = @show_requirements action(policy, b)
POMDPLinter.requirements_info(policy::POMCPPlanner, b) = @show_requirements action(policy, b)

@POMDP_require action(p::POMCPPlanner, b) begin
tree = POMCPTree(p.problem, b, p.solver.tree_queries)
Expand Down

0 comments on commit 97b2f47

Please sign in to comment.