Skip to content

Commit

Permalink
Update simulation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Feb 4, 2022
1 parent 19b0806 commit f94ef62
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 @@ -63,7 +63,7 @@ In general, MDP simulations take up to 3 inputs (see also the [`simulate`](@ref)

The last of these inputs is optional. If the initial state is not explicitly provided, it should be generated using

- `s = `[`initialstate`](@ref)`(mdp)`
- `s = `rand([`initialstate`](@ref)`(mdp))`


### Simulation Loop
Expand Down

0 comments on commit f94ef62

Please sign in to comment.