Giter VIP home page Giter VIP logo

l2rpn-wcci-2020-winner's Introduction

Learning To Run a Power Network (L2RPN) WCCI 2020 Competition Winner Code

This is a repository for L2RPN WCCI 2020 competition during June 2020 - July 2020. The RL agent based on this repository won this competition.

Competition Homepage

Competition Result (Click 'Test phase' button)

Summary

This competition aims to train an agent that is able to run a power network as long as possible and minimize power loss at the same time. We utilize bus switching action so that the agent configures topology of the power network. This repository presents an agent based on Soft Actor-Critic and Graph Neural Networks. Furthermore, we introduce a hierarchical framework for temporal abstraction due to the environmental constraints.

Environment

Python==3.7.7  
PyTorch==1.5.0  
Grid2Op==0.9.4  (IMPORTANT)
Ligthsim2Grid==0.2.4  
pip install -r requirements.txt

Usage

Make submission for the competition

python check_your_submission.py

The HTML file 'results/results.html' illustrates thee result for local dataset. You can change hyperparameters in params.json

NOTE

This code is available on l2rpn_wcci_2020 only. It requires mean.pt and std.pt, which is statistics of randomly collected observations. (data/mean.pt, data/std.pt) If you have those files, it is possible to deploy on other grids. (evaluate only)

License Information

Copyright (c) 2020 KAIST-AILab

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

We do NOT allow commercial use of this code.

l2rpn-wcci-2020-winner's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.