POMDPTools.BeliefUpdaters.PreviousObservationUpdater
— TypeUpdater that stores the most recent observation as the belief. If an initial distribution is provided, it will pass that as the initial belief.
diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index dbffe355..322a5fd6 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-18T19:14:45","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-20T23:43:06","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/POMDPTools/beliefs/index.html b/dev/POMDPTools/beliefs/index.html index 3d37b81e..421b48f6 100644 --- a/dev/POMDPTools/beliefs/index.html +++ b/dev/POMDPTools/beliefs/index.html @@ -4,4 +4,4 @@ initial_observation = rand(rng, initialobs(pomdp, s0)) initial_obs_vec = fill(initial_observation, 5) hr = HistoryRecorder(rng=rng, max_steps=100) -hist = simulate(hr, pomdp, policy, up, initial_obs_vec, s0)source
POMDPTools.BeliefUpdaters.PreviousObservationUpdater
— TypeUpdater that stores the most recent observation as the belief. If an initial distribution is provided, it will pass that as the initial belief.
POMDPTools.BeliefUpdaters.NothingUpdater
— TypeAn updater useful for when a belief is not necessary (i.e. for a random policy). update
always returns nothing
.
Settings
This document was generated with Documenter.jl version 1.7.0 on Friday 18 October 2024. Using Julia version 1.11.1.