Skip to content

Commit

Permalink
n_children
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Sep 9, 2017
1 parent 407475b commit cc6c3e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/POMCPOW.jl
Expand Up @@ -15,6 +15,8 @@ using BasicPOMCP: convert_estimator
import Base: mean, rand, insert!
import POMDPs: action, solve

import MCTS: n_children, next_action

export
POMCPOWSolver,
POMCPOWPlanner,
Expand Down Expand Up @@ -44,7 +46,6 @@ include("categorical_tree.jl")
include("categorical_vector.jl")
include("beliefs.jl")


include("tree.jl")
include("criteria.jl")

Expand Down

0 comments on commit cc6c3e9

Please sign in to comment.