Installation

To install ExpertOp4Grid and AlphaDeesp execute the following lines:

2. Install the package from Pypi

pip install ExpertOp4Grid

3. (Optional) If you want to run simulation with pypownet instead of Grid2op:

  • Clone pypownet somewhere else :

cd .. git clone https://github.com/MarvinLer/pypownet.git

  • Install from within that folder:

python setup.py install --user

or

cd ExpertOp4Grid pipenv shell cd ../pypownet python setup.py install

4. (Optional) Compile and output the sphinx doc (this documentation)

Run ./docs/make.bat html