Download presentation
Presentation is loading. Please wait.
Published byLindsay Eleanore Lawson Modified over 5 years ago
1
Obstacle avoidance using a Multi-Layer Perception
James Gant & Brett Buehl CS/ECE 539 Fall 2003
2
Goal Record the actions of a human player and use that data to train a back-propagating neural network to control a vehicle.
3
Calculating the Neural Network’s Input
Find the objects on the Left, Right and in Front of the Vehicle
4
Calculating the Neural Network’s Input
Scale the smallest distance in each region to between 0 and 1. The use that as input for the neural network
5
Training Data Collection
While the user is driving the vehicle, write the distance to the closest object in each region as well as the acceleration/braking/steering information to a file. Use this data to train the neural network to behave like the user did.
6
Results We were able to train the neural network to slow down and begin to turn when it approached an obstacle but, it would almost always steer to the right which wasn’t always the correct decision. This problem could probably be fixed by using a more complete set of training examples.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.