Skip to content

wangcongrobot/Robot-Learning-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot-Learning-From-Scratch

Robot Learning is a challenging task. It is hard for a beginner to start the process of training a robot to learn skills from scratch. I will try to use some basic code to explain this procedure.

Basics

You need some basic skills, such as C++/Python, Deep Learning, ROS, Robotics, Reinforcement Learning.

The basic is a URDF robot model. We will transfer it from ROS to MuJoCo and train it with the PPO algorithm.

We show how to change the URDF model to MuJoCo xml model.

We define the OpenAI gym robot environment and a pick&place task.

We use PPO to train the robot.

We use the policy trained in MuJoCo to control the robot in Gazebo.

About

How to train a robot to learn skills from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages