reiniscimurs/DRL-robot-navigation
A TD3-based deep reinforcement learning system that trains a robot to navigate to goals while avoiding obstacles in a ROS Gazebo simulator.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
The project implements Twin Delayed Deep Deterministic Policy Gradient (TD3), a deep RL algorithm, using PyTorch to train a mobile robot in simulation. The robot learns from laser sensor readings and navigates to randomly placed goals while avoiding obstacles. It integrates with ROS (Robot Operating System) and Gazebo simulator for training and testing, with the trained policy enabling autonomous navigation behavior.