From c7ed59cc2f7d9901d18f035da9f5128cc0c3356e Mon Sep 17 00:00:00 2001 From: Zachary Sunberg Date: Tue, 12 Dec 2023 08:40:16 -0700 Subject: [PATCH] fix formatting typo --- docs/src/simulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/simulation.md b/docs/src/simulation.md index 14656525..7fef05fe 100644 --- a/docs/src/simulation.md +++ b/docs/src/simulation.md @@ -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