# Robotic Navigation using Entropy-Based Exploration

**Authors:** Muhammad Usama, Dong Eui Chang

arXiv: 1906.06969 · 2019-06-18

## TL;DR

This paper explores entropy-based exploration in reinforcement learning for robotic navigation, demonstrating its effectiveness over epsilon-greedy strategies in simulation and real-world tests on a TurtleBot3.

## Contribution

It introduces and evaluates entropy-based exploration as a novel strategy for improving reinforcement learning in robotic navigation tasks.

## Key findings

- EBE outperforms epsilon-greedy in simulation
- Policies trained with EBE generalize better to new environments
- Real-world tests confirm the effectiveness of EBE without fine-tuning

## Abstract

Robotic navigation concerns the task in which a robot should be able to find a safe and feasible path and traverse between two points in a complex environment. We approach the problem of robotic navigation using reinforcement learning and use deep $Q$-networks to train agents to solve the task of robotic navigation. We compare the Entropy-Based Exploration (EBE) with the widely used $\epsilon$-greedy exploration strategy by training agents using both of them in simulation. The trained agents are then tested on different versions of the environment to test the generalization ability of the learned policies. We also implement the learned policies on a real robot in complex real environment without any fine tuning and compare the effectiveness of the above-mentioned exploration strategies in the real world setting. Video showing experiments on TurtleBot3 platform is available at \url{https://youtu.be/NHT-EiN_4n8}.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.06969/full.md

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1906.06969/full.md

## References

5 references — full list in the complete paper: https://tomesphere.com/paper/1906.06969/full.md

---
Source: https://tomesphere.com/paper/1906.06969