Dear colleagues,

I would like to announce the release of pymdp 1.0.0, an open-source Python package for building and simulating active inference agents with discrete POMDP generative models.

Repository:
https://github.com/infer-actively/pymdp

Documentation:
https://pymdp-rtd.readthedocs.io/en/latest/

Examples:
https://pymdp-rtd.readthedocs.io/en/latest/tutorials/notebooks/

Release notes:
https://github.com/infer-actively/pymdp/releases/tag/v1.0.0

pymdp was originally developed as a NumPy-based library implementing core active inference routines for perception, planning, learning, and action selection. Version 1.0.0 is a substantial update that rebuilds the library around a JAX backend.

Main changes in 1.0.0 include:

In addition to the backend rewrite, the release includes several algorithmic and modeling improvements:

One motivation for the JAX transition was to make active inference models easier to integrate into modern differentiable and probabilistic workflows. We expect this to be especially useful for researchers working in computational neuroscience, cognitive modeling, and computational psychiatry, where fitting decision-making models to behavior is a common goal.

Feedback, bug reports, and contributions are very welcome.

Best wishes,

Conor Heins