Giter Site home page Giter Site logo

kwh44 / robotic_arm Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 0.0 3.52 MB

Reinforcement Learning for robotic arm controller using Gazebo

License: MIT License

Dockerfile 4.38% Shell 1.42% Python 59.96% CMake 8.58% C++ 25.66%
gazebo gazebo-plugin gazebo-ros rclpy ros2-dashing mara openai-gym-robotic-arm

robotic_arm's Introduction

Robotic Arm

Short video with RL agent training

Youtube Video Link

Install and run (Linux Guide)

Open terminal session
Start docker running
docker pull kwh44/mara_robotic_arm
xhost +local:root
docker run -it \
    --privileged \
    --volume=/tmp/.X11-unix:/tmp/.X11-unix \
    --device=/dev/dri:/dev/dri \
    --env="DISPLAY=$DISPLAY" \
    --env QT_X11_NO_MITSHM=1 \
    kwh44/mara_robotic_arm:latest
Inside docker container
Start Gazebo simulator
ros2 launch mara_gazebo mara.launch.py --urdf mara_robot_gripper_140_camera_train > /dev/null &
Train RL agent
python3 robotic_arm/src/gym_robotic-arm.py 

robotic_arm's People

Contributors

kwh44 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

robotic_arm's Issues

some function or packages are deprecated

/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.

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.