Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 549 Bytes

drl-powerworld

Deep reinforcement learning with PowerWorld.

Setup/Installation

  1. Install Git Large File Storage (LFS).
  2. In this repository, run git lfs install.
  3. Run a git pull to retrieve the LFS files.
  4. Use pip to install packages in requirements.txt
  5. Run the following scripts after changing directories to install_config: 2. Use install_esa.py to install ESA from source. 3. Use install_gym_powerworld.py to install gym-powerworld from source. 4. Use install_baselines.py to install baselines from source.