Giter VIP home page Giter VIP logo

mj_envs's Introduction

Mujoco Environments

mj_envs is a collection of environments/tasks simulated with the Mujoco physics engine and wrapped in the OpenAI gym API.

Getting Started

mj_envs uses git submodules to resolve dependencies. Please follow steps exactly as below to install correctly.

  1. Clone this repo with pre-populated submodule dependencies
$ git clone --recursive https://github.com/vikashplus/mj_envs.git
  1. Install package using pip
$ pip install -e .

OR Add repo to pythonpath by updating ~/.bashrc or ~/.bash_profile

export PYTHONPATH="<path/to/mj_envs>:$PYTHONPATH"
  1. You can visualize the environments with random controls using the below command
$ python utils/visualize_env.py --env_name hammer-v0

NOTE: If the visualization results in a GLFW error, this is because mujoco-py does not see some graphics drivers correctly. This can usually be fixed by explicitly loading the correct drivers before running the python script. See this page for details.

modules

mj_envs contains a variety of environements, which are organized as modules. Each module is a collection of loosely related environements. Following modules are provided at the moment with plans to improve the diversity of the collection.

1. Hand Manipulation Suite (HMS)

HMS contains a collection of environements centered around dexterous manipulation with anthroporphic 24 degrees of freedom Adroit Hand. These environments were designed for the publication: Learning Complex Dexterous Manipulation with Deep Reinforcement Learning and Demonstrations, RSS2018.

Hand-Manipulation-Suite Tasks (video)
Alt text

2. More coming soon

mj_envs's People

Contributors

aravindr93 avatar divye02 avatar shahrutav 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.