Giter VIP home page Giter VIP logo

ibot-hexapod_rl's Introduction

iBot-Hexapod_RL

Hexapod V3

  • Made it into a GYM Environment.

Hexapod V2

  • Added a Larger Plane
  • Correct the Motor Torque Outputs
  • Adjusted the Damping and Stiffness factor of the Bot
  • Added Transformation matrix for Easier SIM2REAL deployment.
  • General Stability of the bot improved and resembles much more closer to the real bot.

Hexapod V1

  • Modeled using STL files.
  • Hexapod Model with Basic Functionality and Python Interface

Installation Instructions

Prerequisites for Mujoco

  • Install following packages and edit bashrc
sudo apt-get install -y libglew-dev libosmesa6-dev patchelf
conda install -c anaconda patchelf
echo 'export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so' >> ~/.bashrc
source ~/.bashrc

Install MuJoCo

  1. Download the MuJoCo version 2.0 binaries for Linux or OSX.

  2. Unzip the downloaded tar.gz file and copy the mujoco210 directory into ~/.mujoco

  3. Add following line to .bashrc: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/$USER/.mujoco/mujoco210/bin

  4. Install gym version 0.21.0 and mujoco-py pip install 'mujoco-py<2.2,>=2.1' 'gym==0.21.0'

  5. Clone this repository and to test if everything works, run the following commands:

cd ~/Hexapod_V3
python hexapod_triple_gait.py

It should open up a window, with the Hexapod walking using Triple Gait... Check out the code for all the class implementations..

ibot-hexapod_rl's People

Contributors

anshu1245 avatar aswinkumar1999 avatar basujindal avatar khyathisri2206 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.