Giter VIP home page Giter VIP logo

orsuite's Introduction

ORSuite: Benchmarking Suite for Sequential Operations Models

pytest Documentation Status contributors


OR Suite

Reinforcement learning (RL) is a natural model for problems involving real-time sequential decision making. In these models, a principal interacts with a system having stochastic transitions and rewards and aims to control the system online (by exploring available actions using real-time feedback) or offline (by exploiting known properties of the system).

These project revolves around providing a unified landscape on scaling reinforcement learning algorithms to operations research domains.

Documentation

https://orsuite.readthedocs.io/en/latest/

Code Demonstration

https://colab.research.google.com/drive/1oSv8pCwl9efqU4VEHgi8KXNvHiPXi7r1?usp=sharing

Installation Guide

In order to install the required dpeendencies for a new conda environment, please run:

conda create --name ORSuite python=3.8.5
conda activate ORSuite
pip install -e .

High-Level Overview

The repository has three main components as a traditional Reinforcement Learning set-up :

  1. Environments : Environment for the agent to interact with and reside in. ~/or_suite/envs
  2. Agents : Choice of Algorithm ~/or_suite/agents
  3. Experiments : This is a take on implementing the enviroment and agents with a choice of algorithm ~/or_suite/experiment

Contribution Guide

See 'ORSuite Contribution Guide' to see information on how to add new environments and algorithms to the package.

orsuite's People

Contributors

jasminesamadi avatar seanrsinclair avatar davesavedaday avatar jren03 avatar davidsw34 avatar logankraver avatar jiaolib 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.