返回精选
AI 精选动态 智能评分 85

ASPIRE:机器人自我进化的技能库

来源: twitter关注列表
作者: Jim Fan (@DrJimFan)
发布于: 2026-06-30
收录于: 2026-06-30
AI 推荐理由
该方法创新性地以技能库替代模型权重,实现跨具身和sim-to-real的零样本迁移,值得关注开源实现。
核心解读
ASPIRE系统提出一种持续学习方法,通过进化搜索控制程序并蒸馏最佳知识到技能库,使机器人技能自我进化与累积。系统已完成150+任务并掌握90+技能,在sim-to-real和cross-embodiment transfer中实现约10倍训练token减少。该方法摒弃传统梯度下降,开源全部代码。
全文
Today, we give robots a /skills library that self-evolves and compounds indefinitely! Introducing ASPIRE: a robot solving its 100th task is no longer as clueless as solving its first. Coding agents observe multimodal sensory traces from simulation and real robots, launch an evolutionary search over control programs, and distill the best know-how into an ever-expanding library. ASPIRE is a new type of continual learning: "training" is skill refinement instead of gradient descent. "Trained model" is a repo of sensorimotor skills instead of floating weights. “Distributed training” is a panel of agents each practicing a different skill instead of sharded minibatches. Here's the beauty: ASPIRE gives the tired terms "sim2real transfer" and "cross-embodiment transfer" a whole new meaning. Bridging the sim-to-real gap is notoriously brutal. An end-to-end policy has to swallow both the visual shift (sim looks toyish next to a real camera) and the subtle contact physics it never quite gets right. ASPIRE sidesteps the mess, because it doesn't ship pixels or weights across the gap, but ships the know-how. The robot still has to practice in the real world, not zero-shot, but it gets there way faster because it isn't rediscovering the strategy from scratch. Same for going single-arm to bimanual hardware, which usually requires new data and retraining from zero. ASPIRE achieves up to ~10x cut in "transfer learning” tokens (yes, tokens are the new unit of *training* compute ;) Check out our gallery of 150+ tasks and 90+ skills the robots taught themselves, all on the website! Kind of wild that we can ship the "learned weights" as an HTML page rather than a GGUF. We'll open-source the full stack so your own robot library starts compounding from ours! Deep dive in thread: https://video.twimg.com/amplify_video/2072001551988920320/vid/avc1/1920x1080/HGwCmr_X0Ka-WLlG.mp4?tag=28
#技术突破#研究#开源