Skip to content

Commit 038483f

Browse files
authored
Merge pull request #5 from pitmonticone/main
Update README.md
2 parents 4bc9837 + 801a791 commit 038483f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone https://github.com/ActiveInferenceLab/ActiveBlockference.git
1414
1515
cd ActiveBlockference/
1616
17-
# create new python enviornment
17+
# create new python environment
1818
1919
python -m venv cad
2020
@@ -39,7 +39,7 @@ An active inference agent consists of the following matrices:
3939
### pymdp ~ Active Inference
4040
#### Analysis of actinf_from_scratch pymdp tutorial
4141

42-
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):
42+
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)):
4343
- initialize prior to the D matrix
4444
- get observation index from `grid_locations`
4545
- (q_s) perform inference over hidden states with `infer_states`, passing in the observation index, the A matrix, and the prior

0 commit comments

Comments
 (0)