From 801a7917d4975d9ab29ea22aa36a18913812b11c Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:41:54 +0200 Subject: [PATCH] Update README.md Just fixed a few typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e5e28a..5f35521 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ git clone https://github.com/ActiveInferenceLab/ActiveBlockference.git cd ActiveBlockference/ -# create new python enviornment +# create new python environment python -m venv cad @@ -39,7 +39,7 @@ An active inference agent consists of the following matrices: ### pymdp ~ Active Inference #### Analysis of actinf_from_scratch pymdp tutorial -The pymdp inference loop has the following steps (for more information visit the official [tutorial](https://pymdp-rtd.readthedocs.io/en/latest/notebooks/active_inference_from_scratch.html): +The pymdp inference loop has the following steps (for more information visit the official [tutorial](https://pymdp-rtd.readthedocs.io/en/latest/notebooks/active_inference_from_scratch.html)): - initialize prior to the D matrix - get observation index from `grid_locations` - (q_s) perform inference over hidden states with `infer_states`, passing in the observation index, the A matrix, and the prior