Coder Social home page Coder Social logo

mohan-zhang-u / smpl Goto Github PK

View Code? Open in Web Editor NEW
20.0 3.0 3.0 5.85 MB

License: MIT License

Jupyter Notebook 76.49% Python 23.51%
benchmarks bioinformatics biology chemistry control-theory datasets deep-learning environment manufacturing neurips

smpl's Introduction

The Simulated Industrial Manufacturing and Process Control Learning Environments (SMPL) supplements several process control environments to the Openai Gym family, which quenches the pain of performing Deep Reinforcement Learning algorithms on them. Furthermore, we provided d4rl-like wrappers for accompanied datasets, making Offline RL on those environments even smoother.

For the paper SMPL: Simulated Manufacturing and Process Control Learning Environments, you can cite with

@inproceedings{
zhang2022smpl,
title={{SMPL}: Simulated Industrial Manufacturing and Process Control Learning Environments},
author={Mohan Zhang and Xiaozhou Wang and Benjamin Decardi-Nelson and Song Bo and An Zhang and Jinfeng Liu and Sile Tao and Jiayi Cheng and Xiaohong Liu and Dengdeng Yu and Matthew Poon and Animesh Garg},
booktitle={Thirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
year={2022},
url={https://openreview.net/forum?id=TscdNx8udf5}
}

Documentation

The documentation is available here! https://smpl-env.github.io/smpl-document/index.html

Install

$ git [email protected]:smpl-env/smpl.git
$ cd smpl
$ pip install .

Note

You will need to build the PenSimPy environment with SMPL separately. Namely, build and install fastodeint following this instruction, then install PenSimPy.

For Linux users, you can just install fastodeint and PenSimPy by executing the following commands:

$ sudo apt-get install libomp-dev
$ sudo apt-get install libboost-all-dev
$ git clone --recursive [email protected]:smpl-env/fastodeint.git
$ cd fastodeint
$ pip install .
$ cd ..
$ git clone --recursive [email protected]:smpl-env/PenSimPy.git
$ cd PenSimPy
$ pip install .

If you also want to use the pre-built MPC and EMPC controllers, you would need to install mpctools by CasADi. For Linux users, you can execute the following commands:

$ git clone --recursive [email protected]:smpl-env/mpc-tools-casadi.git
$ cd mpc-tools-casadi
$ python mpctoolssetup.py install --user

Example Usage

See the jupyter notebook for example use cases.

smpl's People

Contributors

mohan-zhang-u avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

smpl's Issues

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.