Giter Site home page Giter Site logo

or-gym's Introduction

or-gym

Environments for OR and RL Research

This library contains environments consisting of operations research problems which adhere to the OpenAI Gym API. The purpose is to bring reinforcement learning to the operations research community via accessible simulation environments featuring classic problems that are solved both with reinforcement learning as well as traditional OR techniques.

Installation

This library requires Python 3.5+ in order to function.

For the RL algorithms, Ray 1.0.0 is required.

Installation is possible via pip:

$ pip install or-gym

Or, you can install directly from GitHub with:

git clone https://github.com/hubbs5/or-gym.git
cd or-gym
pip install -e .

Citation

@misc{HubbsOR-Gym,
    author={Christian D. Hubbs and Hector D. Perez and Owais Sarwar and Nikolaos V. Sahinidis and Ignacio E. Grossmann and John M. Wassick},
    title={OR-Gym: A Reinforcement Learning Library for Operations Research Problems},
    year={2020},
    Eprint={arXiv:2008.06319}
}

Environments

  • Knapsack-v0: a small version of the classic unbounded knapsack problem with 200 items.
  • Knapsack-v1: binary (0-1) knapsack problem with 200 items.
  • Knapsack-v2: bounded knapsack problem with 200 items.
  • Knapsack-v3: stochastic, online knapsack problem.
  • BinPacking-v0 through BinPacking-v5: online bin packing problem taken from Balaji et al..
  • Newsvendor-v0: multi-period newsvendor problem with lead times taken from Balaji et al..
  • VMPacking-v0: permanent, multi-dimensional virtual machine packing problem.
  • VMPacking-v1: temporary, multi-dimensional virtual machine packing problem.
  • VehicleRouting-v0: pick-up and delivery problem with delivery windows taken from Balaji et al..
  • InvManagement-v0: multi-echelon supply chain re-order problem with backlogs.
  • InvManagement-v1: multi-echelon supply chain re-order problem without backlog.
  • NetworkManagement-v0: multi-echelon supply chain network problem with backlogs from Perez et al..
  • NetworkManagement-v1: multi-echelon supply chain network problem without backlogs from Perez et al..
  • PortfolioOpt-v0: Multi-period asset allocation problem for managing investment decisions taken from Dantzig and Infanger.
  • TSP-v0: traveling salesman problem with bi-directional connections and uniform cost.
  • TSP-v1: traveling salesman problem with bi-directional connections.

Resources

Information on results and supporting models can be found here.

Examples

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.