Git Product home page Git Product logo

learning-lcs's Introduction

Learning Linear Complementarity Systems

The code is an implementation of the paper Learning Linear Complementarity Systems, coauthored by Wanxin Jin, Alp Aydinoglu, Mathew Halm, and Michael Posa. We have developed a new learning formulation to learn a linear complementarity system (LCS), which consists of a linear dynamics model and complementarity constraint.

Overview

Folder lcs is a python package, which includes

  • lcs_learning.py, which packs different utility classes/functions necessary for learning and testing a LCS, particularly including a class LCS_VN for learning a LCS by the proposed violation-based method and a class LCS_PN for learning a LCS by the prediction-based method. For technical details of those two different learning techniques, please refer to our paper.

  • optim.py is an implementation of different gradient-based techniques.

Folder evaluations contains different evaluations of the proposed violation-based learning method (LCS_VN) in comparison with the prediction-based method (LCS_PN).

RUN: the quick way to start the code is to run each script in the evaluations folder. All notations/variable used in the code follow the paper or conventions.

Dependency

Citation

If you find this project/paper helpful in your research, please consider citing our paper.

@misc{jin2021learning,
      title={Learning Linear Complementarity Systems}, 
      author={Wanxin Jin and Alp Aydinoglu and Mathew Halm and Michael Posa},
      year={2021},
      eprint={2112.13284},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

learning-lcs's People

Contributors

wanxinjin avatar

Watchers

James Cloos 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.