Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 417 Bytes

pymdp-cookbook

A collection of examples demonstrating active inference using pymdp

These will largely focus on how to set up a generative model to represent real world problems

Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Execution

You can run any of the examples independently with e.g. python3 perception.py