Skip to content

Commit

Permalink
added type stability check for Belief
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Sep 7, 2017
1 parent b7c24d9 commit 882d9ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Expand Up @@ -57,6 +57,8 @@ let
solver = BeliefMCTSSolver(DPWSolver(), updater)
planner = solve(solver, pomdp)

@inferred action(planner, initialize_belief(updater, initial_state_distribution(pomdp)))

simulate(HistoryRecorder(max_steps=10), pomdp, planner, updater)
end

Expand Down

0 comments on commit 882d9ee

Please sign in to comment.