Git Product home page Git Product logo

adp_lp's Introduction

ADP_LP

The linear programming approach for Q-learning

An implementation of the linear programming approach for Q-learning.

For more details on the LP approach for Q-learning check out our paper https://arxiv.org/abs/2003.08721

In order to install this python package, execute the following steps:

  1. create a conda environment with python 3.6 with the command conda create -n yourenvname python=3.6 anaconda
  2. activate your virtual environment with source activate yourenvname
  3. install gurobi with the command: conda install gurobi
  4. request an academic licence for Gurobi (see https://www.gurobi.com/academia/academic-program-and-licenses/)
  5. clone the repo
  6. cd into the cloned repo on your local machine
  7. run the command: python setup.py install

To check the installation, go to the folder \files and run the command: sh bash.sh.

Note: if you make use of this toolbox for your research, please cite https://arxiv.org/abs/2003.08721

adp_lp's People

Contributors

gmatilde avatar gargiani 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.