Giter VIP home page Giter VIP logo

crawler's Introduction

Intro

This is a simple 4-leg robot simulation model and integrated with reinforcement learning algorithm. Each of its leg has 4 DOF. The simulation platform is Gazebo using ROS control and openai_ros to integrate the model with the RL framework Gym.

screenshot

Environment Setup

  • ubuntu 20.04. To set up the system with only python3 sudo apt install python-is-python3
  • ROS-Noetic (Installation guide)
    • Gazebo (contained in the ros-noetic-desktop-full in the above guide)
    • effort controller sudo apt install ros-noetic-effort-controller
    • velocity controller sudo apt install ros-noetic-velocity-controller
    • position controller sudo apt install ros-noetic-position-controller
  • Gym version 0.17.2 pip3 install gym
  • Torch version 1.7.1 pip3 install torch

Remember follow this guide to create a ROS workspace. e.g. ~/catkin_ws

Clone the repo and move it to ~/catkin_ws/src. Then run catkin_make at ~/catkin_ws

Usage

Firstly, run the simulation, cmd in [] is optional
roslaunch crawler world.launch [gui:=false]

Then run the training script in the script dir.
python crawlerD.py

crawler's People

Contributors

identxxy avatar baskin-liu avatar

Stargazers

 avatar

Watchers

 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.