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 423ad2ee..053b50f8 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-11T23:42:44","documenter_version":"1.5.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-08-18T23:42:56","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/dev/POMDPTools/beliefs/index.html b/dev/POMDPTools/beliefs/index.html index db7de691..d34d2351 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.5.0 on Sunday 11 August 2024. Using Julia version 1.10.4.