Avoiding in a corridor

From RoboWiki
Revision as of 11:33, 22 June 2012 by Robot (talk | contribs) (Results & Conclusion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Authors: Frederic Arendt, Tiago Ferreira, Frederico Sousa

About project

The goal of this project is to make two robots go through a corridor at the same time, until they face each other. Having one of them find a free slot where he can wait until the other robot passes and the way is clear. For that effect we will use a Reinforcement Learning algorithm.

Reinforcement learning algorithm (Q-Learning)

Reinforcement learning is a learning paradigm concerned with learning to control a system so as to maximize a numerical performance measure that expresses a long-term objective. The goal in reinforcement learning is to develop efficient learning algorithms, as well as to understand the algorithms' merits and limitations. Reinforcement learning is of great interest because of the large number of practical applications that it can be used to address, ranging from problems in artificial intelligence to operations research or control engineering.


Q-Learning Algorithm

Q-learning is a reinforcement learning technique that works by learning an action-value function that gives the expected utility of taking a given action in a given state and following a fixed policy thereafter. One of the strengths of Q-learning is that it is able to compare the expected utility of the available actions without requiring a model of the environment. A recent variation called delayed Q-learning has shown substantial improvements, bringing Probably approximately correct learning (PAC) bounds to Markov decision processes.

Example4.jpg


Results & Conclusion

Note: The final result doesn't implement Reinforcement Learning.

Source Code

RoboticProject (zip)

Material used

Virtual Robotics Laboratory

Example2.jpg

Eclipse Developer & Java Language

Example5.jpg



Images

Videos

video demo

Links