Это видео недоступно.
Сожалеем об этом.

Human Moves, Robotic Grooves: AI Mimics Human Motion in Stunning Detail

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2023
  • Learn how to use Deep Reinforcement Learning (a method of Machine Learning which involves rewarding the agent for doing something correctly, and punishing it for doing anything incorrectly) and Adversarial Motion Priors (Motion Imitation from Observations) for training robots lifelike movement in a simulation, with Boston Dynamics Atlas. Similar techniques are applicable to other humanoid robots, like Agility’s DIGIT used in Amazon warehouse or Tesla's Optimus - or even non-humanoid robots, such as #disney Imagineering latest adorable biped robot, currently being tested at Galaxy's Edge.
    While I do not have exact information on how Boston Dynamics Atlas works, it is a good educated guess :)
    Github:
    github.com/AIW...
    Will likely merge to main branch with time.
    Motion capture files:
    mocap.cs.cmu.edu/
    sites.google.c...
    Robot descriptions:
    github.com/rob...

Комментарии • 11

  • @Hardwareai
    @Hardwareai  8 месяцев назад +4

    Hey, guys! This is a remastered version of my video about AMP and Atlas - I put a lot of effort into making the flow of the video smoother, removed many filler words and added more visuals. Hope both you and our algorithmic overlords from RUclips like it

  • @exploring-electronic
    @exploring-electronic 8 месяцев назад +2

    Thanks! Good job on improving the pace of video, much easier to listen

  • @therobotstudio
    @therobotstudio 5 месяцев назад

    Fantastic stuff!

    • @Hardwareai
      @Hardwareai  4 месяца назад

      Glad you enjoyed it!

  • @OriginalJetForMe
    @OriginalJetForMe 2 дня назад

    This is great, thank you. Can you put the links to the referenced video (your RL video) in the description? Thanks!

    • @Hardwareai
      @Hardwareai  16 часов назад

      Thank you!
      I guess you mean this one?
      ruclips.net/video/uB_sLI_qV48/видео.html
      It is already linked in the end cards I believe

  • @BogdanMnikov
    @BogdanMnikov 8 месяцев назад

    how does AMP compare to other motion imitation techniques?

    • @Hardwareai
      @Hardwareai  8 месяцев назад

      Glad you asked! There was a follow-up research, called Adversarial Skill Embeddings, which is even more promising, since with it you can incorporate a large array of different skills into one policy and seamless transitions between them. Implementing it is on my radar.