Skip to content

Commit

Permalink
state_type -> statetype
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Nov 30, 2021
1 parent 2122f09 commit 9e31a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pbvi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ end

@POMDPLinter.POMDP_require solve(solver::PBVISolver, pomdp::POMDP) begin
P = typeof(pomdp)
S = state_type(P)
A = action_type(P)
O = observation_type(P)
S = statetype(P)
A = actiontype(P)
O = obstype(P)
@req discount(::P) # discount factor
@subreq ordered_states(pomdp)
@subreq ordered_actions(pomdp)
Expand Down

0 comments on commit 9e31a87

Please sign in to comment.