Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
made actions more specific... is this good? hmm...
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Aug 15, 2017
1 parent 9cb49ef commit e8a8fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/generative_belief_mdp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ function initial_state(bmdp::GenerativeBeliefMDP, rng::AbstractRNG)
return initialize_belief(bmdp.updater, initial_state_distribution(bmdp.pomdp))
end

actions(bmdp::GenerativeBeliefMDP, b) = actions(bmdp.pomdp, b)
actions(bmdp::GenerativeBeliefMDP{P,U,B,A}, b::B) where {P,U,B,A} = actions(bmdp.pomdp, b)
actions(bmdp::GenerativeBeliefMDP) = actions(bmdp.pomdp)

0 comments on commit e8a8fdf

Please sign in to comment.