Obstacle Dodging Car Using Q Learning

In this project, the robot car presents a behavioral approach to collision avoidance, where a mobile robot needs to avoid collisions with stationary obstacles and the wall enclosing its environment. The robot uses Reinforcement Learning technique to learn actions corresponding to states in which the robot is. The states are defined based on the data robot acquires from its ultrasonic proximity sensors. From this data robot knows where the obstacle is and starts performing actions on its knowledge of what is right. As the robot performs actions, it lands into a new state which may or may not be new from the previous state. A reward is provided to the robot for transitioning from one state to another. This helps the robot to calculate Q-values which is basically the level of confidence to perform an action in that certain state. The robot in this project has 8 states and can perform 3 actions. It takes time to build the behavior of robot but the algorithm converges vary close to the desired result even though not completely. The robot environment has walls surrounding and 3 obstacles placed on the ground having different shapes. The goal being moving around the room without banging against any wall or obstacle.
Alternatives To Obstacle Dodging Car Using Q Learning
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Circlecollision12
3 years ago2mitC++
Implementing Different Methods of Circle to Circle Collision Detection using variety of new Technologies: Vulkan Graphics/Compute API, AVX2/AVX-512
Pyrieef10
a year ago2mitPython
python library to generate and learn collision-free movement using differential and Riemannian geometry
Collisionavoidance8
6 years ago1mitPython
Multi-Robot Collision Avoidance using Reinforcement Learning
Learning Complex Group Behaviours In A Multi Agent Competitive Environment6
3 years ago1gpl-3.0Python
EE485 research project
Alternatives To Obstacle Dodging Car Using Q Learning
Select To Compare


Alternative Project Comparisons
Popular Learning Projects
Popular Collision Projects
Popular Learning Resources Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Robot
Collision