From 543698e079b8d5137e725e981058e75882dcba82 Mon Sep 17 00:00:00 2001 From: Jonathan7773 Date: Tue, 5 Nov 2024 11:21:13 +0100 Subject: [PATCH] Test 8 --- docs/make.jl | 4 ++-- docs/src/julia_files/GenerativeModelCreation.jl | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 6d7133f..1848d8f 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -21,11 +21,11 @@ makedocs(; ), pages=[ - "Home" => "index.md", + "Home" => joinpath(@__DIR__, "index.md"), "General Introduction" => [ - "Introduction" => "Introduction.md", + "Introduction" => joinpath(@__DIR__, "Introduction.md"), "Creation of the Generative Model" => [], "Simulation" => [], "Model Fitting" => [], diff --git a/docs/src/julia_files/GenerativeModelCreation.jl b/docs/src/julia_files/GenerativeModelCreation.jl index 6092197..5a1a0b9 100644 --- a/docs/src/julia_files/GenerativeModelCreation.jl +++ b/docs/src/julia_files/GenerativeModelCreation.jl @@ -27,4 +27,7 @@ # $$ # In this case, the agent is quite certain about which states produces which observations. This matrix could be made more uncertain to the point of complete uniformity and it could be made certain in the sense of each column being a one-hot vector. -# In the case of a certain A, the generative model stops being a "partially observable" Markov decision process, and becomes a fully observable one, making it a Markov decision process (MDP). For a more technical and mathematical definition of \ No newline at end of file +# In the case of a certain A, the generative model stops being a "partially observable" Markov decision process, and becomes a fully observable one, making it a Markov decision process (MDP). For a more technical and mathematical definition of the observation likelihood model. + +# ## B +#