1

Which type of Machine Learning is used in robots? Is it supervised learning or unsupervised learning or Reinforcement learning? Especially the robots that were sent in space?

nbro
  • 42,615
  • 12
  • 119
  • 217
ATJ
  • 11
  • 2

1 Answers1

2

Robotics primarily uses RL and supervised learning. To give examples:

Supervised Learning is used for vision and perception

Reinforcement Learning is used for control

Unsupervised Learning for robotics is less commmon, but I am sure exists.

Source: I work in a robotics lab and use these daily.

chessprogrammer
  • 3,050
  • 2
  • 16
  • 26