Skip to content

Structured framework for learning mechanical systems in PyTorch

License

Notifications You must be signed in to change notification settings

RichardKelley/mechamodlearn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%