Installation

Prerequisites

For installation of the prerequisites, we recommend using a virtual environment manager using either pip with virtualenv or anaconda.

PDE ContRoL Gym requires a few simple prerequisites.

Required:

Recommended (needed for examples and tutorials):

Installing the PDE ContRoL Gym

Once the prerequisties are installed, one can now install the gym.

  1. Begin by cloning the repository using classic git:

git clone https://github.com/lukebhan/PDEControlGym.git

  1. Once cloned, navigate to the directory:

cd PDEControlGym

  1. Once in the directory, double check that the prerequistes are installed by checking the requirements.txt file. Finally, install the environment:

pip install -e .

And Viola! You have just successfully installed the PDE ContRoL Gym. Any issues you may have feel free to open a github issues with questions and reproducible steps.