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 f94ef62 commit 0982254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The last three of these inputs are optional. If they are not explicitly provided

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

### Simulation Loop

Expand Down 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 = `rand([`initialstate`](@ref)`(mdp))`
- `s = rand(`[`initialstate`](@ref)`(mdp))`


### Simulation Loop
Expand Down

0 comments on commit 0982254

Please sign in to comment.