GithubHelp home page GithubHelp logo

pwdemars / rl4uc Goto Github PK

View Code? Open in Web Editor NEW
50.0 50.0 10.0 2.48 MB

Reinforcement learning for unit commitment

License: GNU General Public License v3.0

Python 44.36% Jupyter Notebook 55.64%
power-systems python reinforcement-learning reinforcement-learning-environments unit-commitment

rl4uc's Introduction

Hi there ๐Ÿ‘‹

I am a data scientist at UK Power Networks, working on forecasting, power systems modelling and other data-driven projects to support the energy transition.

My PhD at UCL focused on reinforcement learning for the unit commitment problem; you can find the environment I designed to simulate this problem in rl4uc, and the methods I used to solve it in ts4uc.

More recently, I've been working on indoor temperature prediction for residential buildings and optimisation of heating (public repo coming soon!)

Another project I'm proud of is my work on the Western Power Distribution data science competition, forecasting demand and solar PV to optimise a grid-scale battery. This project has its own website.

Feel free to get in touch with questions or opportunities to collaborate. ๐ŸŒฑ

rl4uc's People

Contributors

pwdemars avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rl4uc's Issues

Data retrieval doesn't return the same dates for test

In data_retrieval.py the SEED variable is defined but not used to set a random seed. The subset of days held out for testing therefore differs each time the script is run.

Probably easier to just define the test days manually to be honest. Those used in publications are:

['2016-01-12',
 '2016-07-25',
 '2016-11-21',
 '2017-03-18',
 '2017-04-07',
 '2017-05-12',
 '2017-05-26',
 '2017-06-25',
 '2017-12-18',
 '2017-12-30',
 '2018-01-15',
 '2018-03-08',
 '2018-03-18',
 '2018-05-30',
 '2018-09-11',
 '2018-11-13',
 '2019-04-03',
 '2019-05-22',
 '2019-10-30',
 '2019-11-09']

Rename heat rates

What is currently called 'heat rate' in env.gen_info is not really heat rate but maximum economic efficiency.

Full OpenAI Gym Integration

It would be great to integrate fully with OpenAI Gym in order to:

  • Increase accessibility
  • Allow for simple benchmarking with stablebaselines and other RL libraries

This would primarily involve the following changes:

  • Correct implementation of observation and action spaces.
  • Addition of the info return from env.step()

Write tests

There are currently no tests for rl4uc. It would be good to have a few including:

  • Successful make_env for training environment
  • Successful make_env for testing environment
  • Assert correct fuel costs for a given transitions

Integration with deterministic UC solver for benchmarking

In my research I have been using the pglib-uc repo to benchmark against MILP solutions. You can see my fork of this repo here.

It might be helpful to integrate this more completely into rl4uc, such that RL solutions can be easily compared with the deterministic solutions with reserve constraints.

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.