All Projects → rte-france → Grid2op

rte-france / Grid2op

Licence: mpl-2.0
Grid2Op a testbed platform to model sequential decision making in power systems.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Grid2op

Lf2gym
An OpenAI-gym-like environment for Little Fighter 2
Stars: ✭ 79 (-13.19%)
Mutual labels:  reinforcement-learning
Reinforcement Learning Wechat Jump
Reinforcement Learning for WeChat Jump
Stars: ✭ 85 (-6.59%)
Mutual labels:  reinforcement-learning
Mapleai
AI各领域学习资料整理。(A collection of all skills and knowledges should be got command of to obtain an AI relevant job offer. There are online blogs, my personal blogs, electronic books copy.)
Stars: ✭ 89 (-2.2%)
Mutual labels:  reinforcement-learning
Kgpolicy
Reinforced Negative Sampling over Knowledge Graph for Recommendation, WWW2020
Stars: ✭ 83 (-8.79%)
Mutual labels:  reinforcement-learning
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (-9.89%)
Mutual labels:  reinforcement-learning
Reinforcement Learning For Self Driving Cars
Project on design and implement neural network that maximises driving speed of self-driving car through reinforcement learning.
Stars: ✭ 85 (-6.59%)
Mutual labels:  reinforcement-learning
Ai Reading Materials
Some of the ML and DL related reading materials, research papers that I've read
Stars: ✭ 79 (-13.19%)
Mutual labels:  reinforcement-learning
Tnt
Simple tools for logging and visualizing, loading and training
Stars: ✭ 1,298 (+1326.37%)
Mutual labels:  reinforcement-learning
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-6.59%)
Mutual labels:  reinforcement-learning
Hand dapg
Repository to accompany RSS 2018 paper on dexterous hand manipulation
Stars: ✭ 88 (-3.3%)
Mutual labels:  reinforcement-learning
Tensorflow Tutorials
TensorFlow Tutorials with YouTube Videos
Stars: ✭ 8,919 (+9701.1%)
Mutual labels:  reinforcement-learning
Sc2aibot
Implementing reinforcement-learning algorithms for pysc2 -environment
Stars: ✭ 83 (-8.79%)
Mutual labels:  reinforcement-learning
Stable Baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
Stars: ✭ 1,263 (+1287.91%)
Mutual labels:  reinforcement-learning
Snake
Artificial intelligence for the Snake game.
Stars: ✭ 1,241 (+1263.74%)
Mutual labels:  reinforcement-learning
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (-1.1%)
Mutual labels:  reinforcement-learning
Virtualhome
API to run VirtualHome, a Multi-Agent Household Simulator
Stars: ✭ 80 (-12.09%)
Mutual labels:  reinforcement-learning
Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (+1284.62%)
Mutual labels:  reinforcement-learning
Safeopt
Safe Bayesian Optimization
Stars: ✭ 90 (-1.1%)
Mutual labels:  reinforcement-learning
Categorical Dqn
A working implementation of the Categorical DQN (Distributional RL).
Stars: ✭ 90 (-1.1%)
Mutual labels:  reinforcement-learning
Magnet
MAGNet: Multi-agents control using Graph Neural Networks
Stars: ✭ 88 (-3.3%)
Mutual labels:  reinforcement-learning

Grid2Op

Downloads PyPi_Version PyPi_Compat LICENSE Documentation Status circleci discord Binder

Grid2Op is a plateform, built with modularity in mind, that allows to perform powergrid operation. And that's what it stands for: Grid To Operate. Grid2Op acts as a replacement of pypownet as a library used for the Learning To Run Power Network L2RPN.

This framework allows to perform most kind of powergrid operations, from modifying the setpoint of generators, to load shedding, performing maintenance operations or modifying the topology of a powergrid to solve security issues.

Official documentation: the official documentation is available at https://grid2op.readthedocs.io/.

Installation

Requirements:

  • Python >= 3.6

Setup a Virtualenv (optional)

Create a virtual environment

cd my-project-folder
pip3 install -U virtualenv
python3 -m virtualenv venv_grid2op

Enter virtual environment

source venv_grid2op/bin/activate

Install from source

git clone https://github.com/rte-france/Grid2Op.git
cd Grid2Op
pip3 install -U .
cd ..

Install from PyPI

pip3 install grid2op

Install for contributors

git clone https://github.com/rte-france/Grid2Op.git
cd Grid2Op
pip3 install -e .
pip3 install -e .[optional]
pip3 install -e .[docs]

Docker

Grid2Op docker containers are available on dockerhub.

To install the latest Grid2Op container locally, use the following:

docker pull bdonnot/grid2op:latest

Main features of Grid2Op

Core functionalities

Built with modulartiy in mind, Grid2Op acts as a replacement of pypownet as a library used for the Learning To Run Power Network L2RPN.

Its main features are:

  • emulates the behavior of a powergrid of any size at any format (provided that a backend is properly implemented)
  • allows for grid modifications (active and reactive load values, generator voltages setpoints and active production)
  • allows for maintenance operations and powergrid topological changes
  • can adopt any powergrid modeling, especially Alternating Current (AC) and Direct Current (DC) approximation to when performing the compitations
  • supports changes of powerflow solvers, actions, observations to better suit any need in performing power system operations modeling
  • has an RL-focused interface, compatible with OpenAI-gym: same interface for the Environment class.
  • parameters, game rules or type of actions are perfectly parametrizable
  • can adapt to any kind of input data, in various format (might require the rewriting of a class)

Powerflow solver

Grid2Op relies on an open source powerflow solver (PandaPower), but is also compatible with other Backend. If you have at your disposal another powerflow solver, the documentation of grid2op/Backend can help you integrate it into a proper "Backend" and have Grid2Op using this powerflow instead of PandaPower.

Getting Started

Some Jupyter notebook are provided as tutorials for the Grid2Op package. They are located in the getting_started directories.

These notebooks will help you in understanding how this framework is used and cover the most interesting part of this framework:

  • 0_Introduction and 0_SmallExample describe what is adressed by the grid2op framework (with a tiny introductions to both power systems and reinforcement learning) and give and introductory example to a small powergrid manipulation.
  • 1_Grid2opFramework covers the basics of the Grid2Op framework. It also covers how to create a valid environment and how to use the Runner class to assess how well an agent is performing rapidly.
  • 2_Observation_Agents details how to create an "expert agent" that will take pre defined actions based on the observation it gets from the environment. This Notebook also covers the functioning of the BaseObservation class.
  • 3_Action_GridManipulation demonstrates how to use the BaseAction class and how to manipulate the powergrid.
  • 4_TrainingAnAgent shows how to get started with reinforcement learning in the Grid2Op framework. It will use the code provided by Abhinav Sagar available on his blog or on his github repository. This code will be adapted (only minor changes, most of them to fit the shape of the data) and a (D)DQN will be trained on this problem.
  • 5_StudyYourAgent shows how to study an BaseAgent, for example the methods to reload a saved experiment, or to plot the powergrid given an observation for example. This is an introductory notebook. More user friendly graphical interface should come soon.
  • 6_RedispathingAgent explains what is the "redispatching" from the point of view of a company who's in charge of keeping the powergrid safe (aka a Transmission System Operator) and how to manipulate this concept in grid2op. Redispatching allows you to perform continuous actions on the powergrid problem.
  • 7_MultiEnv details how grid2op natively support a single agent interacting with multiple environments at the same time. This is particularly handy to train "asynchronous" agent in the Reinforcement Learning community for example.
  • 8_PlottingCapabilities shows you the different ways with which you can represent (visually) the grid your agent interact with. A renderer is available like in many open AI gym environment. But you also have the possibility to post process an agent and make some movies out of it, and we also developed a Graphical User Interface (GUI) called "grid2viz" that allows to perform in depth study of your agent's behaviour on different scenarios and even to compare it with baselines.
  • 9_nvironmentModifications elaborates on the maintenance, hazards and attacks. All three of these represents external events that can disconnect some powerlines. This notebook covers how to spot when such things happened and what can be done when the maintenance or the attack is over.

Try them out in your own browser without installing anything with the help of mybinder: Binder

Documentation

The official documentation is available at https://grid2op.readthedocs.io/.

Build the documentation

A copy of the documentation can be built if the project is installed from source: you will need Sphinx, a Documentation building tool, and a nice-looking custom Sphinx theme similar to the one of readthedocs.io:

pip3 install -U grid2op[docs]

This installs both the Sphinx package and the custom template. Then, the documentation can be built with the command:

make html

This will create a "documentation" subdirectory and the main entry point of the document will be located at index.html.

It is recommended to build this documentation locally, for convenience. For example, the "getting started" notebooks referenced some pages of the help.

Run the tests

Provided that Grid2Op is installed from source:

Install additional dependencies

pip3 install -U grid2op[optional]

Launch tests

cd Grid2Op
python3 -m unittest discover

License information

Copyright 2019-2020 RTE France

RTE: http://www.rte-france.com

This Source Code is subject to the terms of the Mozilla Public License (MPL) v2 also available here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].