Skip to content

Robot Learning

State estimation is the process of determining the state of a system based on observations and a model of the system. In robotics, this often involves using sensors to gather data about the environment and the robot’s own state, and then using algorithms to estimate the robot’s position, velocity, and other relevant variables.

Robot learning applies data-driven methods of machine learning to robotics, enabling generalization and adaptability, to solve problems too complex for traditional hand-coded algorithms.

Current advances:

  • Large datasets: Open-X-Embodiment
  • Large models: Octo, Issac GR00T, Google RT-2, pi-0

Given labeled data , learn . Basically just supervised learning but for actions.

Learn behavior . Assumes data is not i.i.d., actions affect future states.