Installation

pip To install Maze with pip, run:

pip install maze-rl

Note

Pip does not install PyTorch, you need to make sure it is available in your Python environment.

rllib If you want to use RLLib it in combination with Maze, optionally install it with

pip install ray[rllib] tensorflow

github To install the bleeding-edge development version from github, first clone the repo.

git clone https://github.com/enlite-ai/maze.git
cd maze

Finally, install the project with pip in development mode and you are good to go and ready to start developing.

pip install -e .

Alternatively you can install with pip directly from the GitHub repository

pip install git+https://github.com/enlite-ai/maze.git