Consider a scenario where a drone is learning to navigate through a maze. Which reinforcement learning algorithm can be utilized to train the drone?

  • Q-Learning
  • A* Search
  • Breadth-First Search
  • Genetic Algorithm
Q-Learning is a reinforcement learning algorithm suitable for training the drone. It allows the drone to learn through exploration and exploitation, optimizing its path in the maze while considering rewards and penalties.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *