Legacy / NumPy Archive¶
pymdp/legacy is preserved for compatibility and historical context.
Status¶
- Legacy modules are frozen and not the primary API path.
- New examples, docs, and feature development target modern JAX modules.
Mapping (legacy -> modern)¶
pymdp.legacy.agent->pymdp.agentpymdp.legacy.inference->pymdp.inferencepymdp.legacy.control->pymdp.controlpymdp.legacy.learning->pymdp.learningpymdp.legacy.maths->pymdp.mathspymdp.legacy.utils->pymdp.utils
Next step¶
Use the NumPy/legacy to JAX migration guide.