Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.24 KB

Winner SuperAI SS3 Level2 Hackathon 3 ROBOTICS - OBSTACLE AVOIDANCE: Mobile Robot With Reinforcement Learning

image

Objective

Making TurtleBot3 run toward its goal without colliding with obstacles, using only reinforcement learning image

Turtlebot3 hardware

image

Implementation

  • We created a custom environment, using GYM(OpenAI) to connect with ROS2 Gazebo, which's robot operating system of TurtleBot3.
  • trained robot by Proximal Policy Optimization(PPO) model from Stable Baseline3.

image

Experiment

  • visualized result via TensorBoard and tuned model by changing/calculating observation (state in reinforcement learning) and reward functions. image

Credits

Machima team