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 c857c08e..95bb1824 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-29T23:42:32","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-10-06T23:43:17","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 5568f408..4b6daca5 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 Sunday 29 September 2024. Using Julia version 1.10.5.