Skip to content

Q Learning

MaLangenk edited this page Aug 19, 2020 · 3 revisions

Parallel to the wallfollowing algorithm a Q-learning algorithm was implemented and trained in simulation with gazebo. Q-learning is a specific kind of Reinforcement Learning which does not need a model of the environment and uses a so called Q(uality)-function to reward an action in a given state.

Clone this wiki locally