From 6b7ad54dd62ab00df8b5449d654fd3097b36baac Mon Sep 17 00:00:00 2001 From: Thomas Wolgast Date: Fri, 22 Nov 2024 15:27:12 +0100 Subject: [PATCH] Add badges to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c62c6f9..8c6ac89 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + +[PyPi](https://pypi.org/project/opfgym/) +| [Read the Docs](https://opf-gym.readthedocs.io) +| [Github](https://github.com/Digitalized-Energy-Systems/opfgym) +| [mail](mailto:thomas.wolgast@uni-oldenburg.de) + +![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg) +[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Digitalized-Energy-Systems/opfgym/blob/development/LICENSE) +[![Test OPF-gym](https://github.com/Digitalized-Energy-Systems/opfgym/actions/workflows/test-opfgym.yml/badge.svg)](https://github.com/Digitalized-Energy-Systems/opfgym/actions/workflows/test-opfgym.yml) + ### General A set of benchmark environments to solve the Optimal Power Flow (OPF) problem with reinforcement learning (RL) algorithms. It is also easily possible to create custom OPF environments.