Skip to content

Commit

Permalink
fix formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Dec 12, 2023
1 parent 4aca91a commit c7ed59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In general, POMDP simulations take up to 5 inputs (see also the [`simulate`](@re
The last three of these inputs are optional. If they are not explicitly provided, they should be inferred using the following POMDPs.jl functions:

- `up = `[`updater`](@ref)`(policy)`
- `b0` = `[`initialstate`](@ref)`(pomdp)`
- `b0 = `[`initialstate`](@ref)`(pomdp)`
- `s = rand(`[`initialstate`](@ref)`(pomdp))`

### Simulation Loop
Expand Down

0 comments on commit c7ed59c

Please sign in to comment.