Skip to content

teaching the turtlebot to find and reach the target object through reinforcement learning

Notifications You must be signed in to change notification settings

liuji1031/turtlebot_controller_q_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Turtlebot RL Controller

In this project, I set up a virtual environment using PyBullet to train the Turtlebot to discover and approach a green target through Q-learning.

The observation is based on the camera images, and the control signals are the left and right wheel speed.

The reward is based on whether the target is centered in the image, and also proportional to the size of the target.

The demo for the trained controller can be found below. RL_CTRL

About

teaching the turtlebot to find and reach the target object through reinforcement learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published