forked from Autonomous-Racing-PG/ar-tu-do
-
Notifications
You must be signed in to change notification settings - Fork 5
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.