Skip to content

Commit 125da3d

Browse files
authored
Update README.md
1 parent b7eb47e commit 125da3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Deep Reinforcement Learning for mobile robot navigation in ROS Gazebo simulator. Using Twin Delayed Deep Deterministic Policy Gradient (TD3) neural network, a robot learns to navigate to a random goal point in a simulated environment while avoiding obstacles. Obstacles are detected by laser readings and a goal is given to the robot in polar coordinates. Trained in ROS Gazebo simulator with PyTorch. Tested with ROS Noetic on Ubuntu 20.04 with python 3.8.10 and pytorch 1.10.
55

6+
**Installation and code overview tutorial available** [here](https://medium.com/@reinis_86651/deep-reinforcement-learning-in-mobile-robot-navigation-tutorial-part1-installation-d62715722303)
7+
68
Training example:
79
<p align="center">
810
<img width=100% src="https://github.com/reiniscimurs/DRL-robot-navigation/blob/main/training.gif">
@@ -28,6 +30,7 @@ Please cite as:<br/>
2830
doi={10.1109/LRA.2021.3133591}}
2931
```
3032

33+
## Installation
3134
Main dependencies:
3235

3336
* [ROS Noetic](http://wiki.ros.org/noetic/Installation)

0 commit comments

Comments
 (0)