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):
pytorch 1.12.1+
stable-baselines3 2.2.1+
Installing the PDE ContRoL Gym
Once the prerequisties are installed, one can now install the gym.
Begin by cloning the repository using classic git:
git clone https://github.com/lukebhan/PDEControlGym.git
Once cloned, navigate to the directory:
cd PDEControlGym
Once in the directory, double check that the prerequistes are installed by checking the
requirements.txtfile. 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.