Skip to main content
PRIME-RL can train and evaluate in any verifiers environments. To train in a new environment, simply install it from the Environment Hub or install a local environment.

Installation

You can explore the installation options using
prime env info <owner>/<name>
To install an environment temporarily
prime env install <owner>/<name>
# Or: uv pip install <name> --extra-index-url https://hub.primeintellect.ai/<owner>/simple/
To install a local environment
uv pip install -e path/to/env
To verify your installation
uv run python -c "import <name>"
For more details on environments, see our Environments Hub documentation here.