sisl / mechamodlearn

Structured framework for learning mechanical systems in PyTorch

Home Page:https://arxiv.org/abs/1902.08705

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MechaModLearn

Authors: @kunalmenda and @rejuvyesh

This library provides a structured framework for learning mechanical systems in PyTorch.


Installation

Requires Python3.

git clone https://github.com/sisl/mechamodlearn.git
cd mechamodlearn
pip install -e .

Usage

Example experiments are placed in experiments directory.

To run the Simple experiment:

python experiments/simple.py --logdir /tmp/simplelog

References


If you found this library useful in your research, please consider citing our paper:

@article{gupta2019mod,
    title={A General Framework for Structured Learning of Mechanical Systems},
    author={Gupta, Jayesh K. and Menda, Kunal and Manchester, Zachary and Kochenderfer, Mykel},
    journal={arXiv preprint arXiv:1902.08705},
    year={2019}
}

About

Structured framework for learning mechanical systems in PyTorch

https://arxiv.org/abs/1902.08705

License:MIT License


Languages

Language:Python 100.0%