Installation

We recommend to using uv to install and run Mighty in a virtual environment. The code has been tested with python 3.10.

First create a clean python environment:

uv venv --python=3.11
source .venv/bin/activate

Then install Mighty via pip:

uv pip install mighty-rl

For a custom setup or if you want to hack Mighty, please see the GitHub repo instead.