GithubHelp home page GithubHelp logo

miroc911 / learntocut Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wenbo11/learntocut

0.0 0.0 0.0 163 KB

Code implementation for NeurIPS 2019 submission 'Reinforcement Learning for Integer Programming: Learning to Cut'

Python 74.13% Shell 0.20% C 25.67%

learntocut's Introduction

Reinforcement Learning for Integer Programming: Learning to Cut

This is the repo of NeurIPS 2019 submission - Reinforcement Learning for Integer Programming: Learning to Cut.

Dependencies

The code works in Python 2.7. You need to install Chainer, Cython, Gurobi (Gurobi-py).

Build

You need to build all the C dependencies using Cython. In particular

cd libs/cwrapping/gurobipy
./build.sh

and also

cd es
python setup.py build_ext -i

Installation

Install the current repo

pip install -e .

Running

Before running, please do go to each main python file to check for missing hyper-parameters, loading directories, etc. Train a cut selection RL agent

cd main/cuts
./train.sh

To run the RL agent on a B&C downstream task

cd main/bc
./run.sh

learntocut's People

Contributors

rl-ip 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.