Skip to content

Commit

Permalink
Update to 0.1.1 after minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswolgast committed Oct 9, 2024
1 parent 276de16 commit 1035d75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ keywords:
- Load Shedding
- Benchmark
license: MIT
version: 0.1.0
version: 0.1.1
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ first mentioned (in an early stage): https://doi.org/10.1016/j.egyai.2024.100410


### Installation
Clone the repository and run `pip install -e .` within some kind of virtual env.
Run `pip install opfgym` within some kind of virtual env.
For contributing, clone the repository and run `pip install -e .`.
Tested for python 3.10.


Expand All @@ -33,7 +34,7 @@ The observation space has 172 dimensions and the action space 18 dimensions.
This env is the simplest one to learn. The objective is to maximize renewable
generation without violating the constraints.

#### Woltage Control (VoltageControl)
#### Voltage Control (VoltageControl)
Use `from opfgym.envs import VoltageControl` to import this env.
The observation space has 442 dimensions and the action space 14 dimensions.
The goal is to find optimal reactive power setpoints to minimize losses in the
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name='opfgym',
version='0.1.0',
version='0.1.1',
author='Thomas Wolgast',
author_email='thomas.wolgast@uol.de',
author_email='thomas.wolgast@uni-oldenburg.de',
description='Environment framework to learn the Optimal Power Flow with Reinforcement Learning, including multiple benchmark environments.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1035d75

Please sign in to comment.