Installation

Requirements

  • Python 3.12 only

  • Platform support:

    • Windows: AMD64

    • Linux: x86_64

    • macOS: modern hardware (Apple Silicon) only; no legacy Intel hardware supported

  • PyTorch: Algorithms require a compatible PyTorch installation. Use the PyTorch selector to install the appropriate version for your system.

Note

Building from source is presently not supported.

Installation

Install DynaPlex using pip:

pip install dynaplex

Or install with all optional dependencies:

pip install dynaplex[complete]

Note

Even with a complete install, separate installation of PyTorch is still required for the RL algorithms.

Next Steps

Once you have DynaPlex installed, you could start with the introduction to MDPs, or dive right into the tutorials.