{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-23T07:21:26.498Z","headline":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","description":"Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","url":"https://www.aioga.com/news/cmrkc3wd000dpbizska19mcak/","mainEntityOfPage":"https://www.aioga.com/news/cmrkc3wd000dpbizska19mcak/","datePublished":"2026-07-14T07:20:38.000Z","dateModified":"2026-07-14T07:20:38.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://www.marktechpost.com/2026/07/14/mistral-ai-releases-robostral-navigate-an-8b-model-enabling-robots-to-navigate-complex-environments-using-a-single-rgb-camera","https://aihot.virxact.com/items/cmrkc3wd000dpbizska19mcak"],"canonicalUrl":"https://www.aioga.com/news/cmrkc3wd000dpbizska19mcak/","directAnswer":{"@type":"Answer","text":"Aioga 编辑摘要：Mistral AI 推出首个具身导航模型 Robostral Navigate。 Aioga 将其归入「模型更新」方向，重点关注它对真实使用和行业竞争的影响。","url":"https://www.aioga.com/news/cmrkc3wd000dpbizska19mcak/","dateCreated":"2026-07-14T07:20:38.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"marktechpost.com source article","url":"https://www.marktechpost.com/2026/07/14/mistral-ai-releases-robostral-navigate-an-8b-model-enabling-robots-to-navigate-complex-environments-using-a-single-rgb-camera","datePublished":"2026-07-14T07:20:38.000Z","provider":{"@type":"Organization","name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/14/mistral-ai-releases-robostral-navigate-an-8b-model-enabling-robots-to-navigate-complex-environments-using-a-single-rgb-camera"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmrkc3wd000dpbizska19mcak","datePublished":"2026-07-14T07:20:38.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmrkc3wd000dpbizska19mcak"}}],"aggregationSource":"MarkTechPost（RSS）","originalPublisher":{"name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/14/mistral-ai-releases-robostral-navigate-an-8b-model-enabling-robots-to-navigate-complex-environments-using-a-single-rgb-camera"},"article":{"id":"cmrkc3wd000dpbizska19mcak","slug":"cmrkc3wd000dpbizska19mcak","url":"https://www.aioga.com/news/cmrkc3wd000dpbizska19mcak/","title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","title_en":"Mistral AI Releases Robostral Navigate： An 8B Model Enabling Robots to Navigate Complex Environments Using a Single RGB Camera","summary":"Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","source":"MarkTechPost（RSS）","sourceUrl":"https://www.marktechpost.com/2026/07/14/mistral-ai-releases-robostral-navigate-an-8b-model-enabling-robots-to-navigate-complex-environments-using-a-single-rgb-camera","aiHotUrl":"https://aihot.virxact.com/items/cmrkc3wd000dpbizska19mcak","publishedAt":"2026-07-14T07:20:38.000Z","category":"模型更新","score":49,"selected":false,"articleBody":["Mistral AI has released Robostral Navigate：https://mistral.ai/news/robostral-navigate/ , its first model built for embodied navigation. The 8B model takes RGB images and a plain-language instruction, then moves a robot. Notably, it reaches 76.6% success on R2R-CE validation unseen using only a single RGB camera.","Robostral Navigate is an 8B model for robotic navigation through complex environments. These environments include offices, residential buildings, commercial buildings, and outdoor settings. You give it one instruction, and it completes the whole task alone. For example: ‘Leave the lobby, walk through the corridor, enter the supply room, and stop to face the second shelf. ‘ Importantly, it moves through live spaces full of people and obstacles never seen in training.","Moreover, most navigation systems use depth sensors, LiDAR, or several cameras together. By contrast, Robostral Navigate uses one ordinary RGB camera and no depth sensors. Fewer sensors also make the system more efficient than multi-sensor approaches.","Beyond hardware, the next question is how the model decides where to move. To choose each move, the model uses a method called pointing . Given a task and observation history, it predicts where the robot moves next. Specifically, it infers the image coordinates of the target in the current camera view. It also predicts the desired orientation upon arrival.","This choice has a clear benefit. Unlike commands based on metric displacements, pointing stays robust to camera-intrinsic and world-scale changes. However, pointing fails when the target sits outside the current field of view. In that case, the model falls back to displacements in the robot’s local coordinate frame. For example: ‘Move 2 meters forward, 1.5 meters to the left, and turn 25 degrees left. ‘","Notably, Robostral Navigate does not rely on existing open-source VLMs. Instead, it starts from Mistral’s vision-language model built for grounding tasks. Those tasks include pointing, counting, and object localization. Navigation then emerges as a natural extension of grounding. Once the model knows where things are, it learns how to move.","For training data, Mistral built a generation pipeline entirely in simulation. This pipeline produced roughly 400,000 trajectories collected across 6,000 scenes.","Beyond data, training efficiency was core element to the design. The method uses an algorithm based on prefix-caching. A tree-based attention-masking strategy compresses an entire episode into one sequence. Consequently, the model trains on all time steps in a single forward pass. It also prevents information leakage between time steps.","As a result, this approach cuts training tokens by 22× while keeping all learning signals. In practice, runs that once took months now finish in days. After supervised training, Mistral applied CISPO, an online reinforcement learning algorithm. This stage lets the model learn from trial and error, recover from failures, and acquire exploratory behaviors. It also mitigates the distribution shift issue of vanilla behavior cloning. On its own, this step raised success rate by 3.2%.","On evaluation, Robostral Navigate reaches state-of-the-art results on R2R-CE. R2R-CE means Room-to-Room in Continuous Environments, a standard instruction-following benchmark. It is built on Matterport3D, where an agent follows language instructions in a continuous 3D environment. The ‘validation unseen’ split holds out environments to measure generalization. The benchmark scores agents with Success Rate, Oracle Success Rate, Success weighted by Path Length, and Navigation Error.","It scores 79.4% success rate on validation seen. It scores 76.6% on validation unseen. Furthermore, it beats the best single-camera approach by 9.7 points. It also beats the best depth or multi-camera system by 4.5 points.","To place these results in context, the table below contrasts Robostral Navigate with typical multi-sensor systems.","The right column describes common practice in vision-and-language navigation, not one named system.","Given these traits, several applications become practical. In manufacturing, a robot can carry parts between stations from one instruction. In delivery and logistics, a wheeled robot can move packages across a warehouse. In hospitality, a robot can guide a guest from lobby to room. Because the model runs on wheeled, legged, and flying robots, one fleet can share it. Additionally, it stays robust to differences in camera intrinsics across those robots.","To make the pointing loop concrete, the pseudo-code below shows the decision path. It is illustrative, not the official API.","Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us ：https://forms.gle/wbash1wF6efRj8G58"],"articleImages":[{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/blog19132-1-5-100x70.png","alt":"Meet Blume: An Open-Source, Zero-Config Documentation Framework","afterParagraph":15,"url":"/media/articles/cmrkc3wd000dpbizska19mcak/264587eedc14c409.webp"},{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/06/blog1913-39-100x70.png","alt":"Anthropic Claude Sonnet 5","afterParagraph":15,"url":"/media/articles/cmrkc3wd000dpbizska19mcak/ae1e4676b02a9356.webp"},{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/high-level-description-a-dark-glitchy-di_-6MWdhCIXQKYsFDMIbkkUQ_MnhF0fZeRk6XBkj-rjyv7g-100x70.png","alt":"Prime Intellect Releases Verifiers v1","afterParagraph":15,"url":"/media/articles/cmrkc3wd000dpbizska19mcak/040ef60c7b215eb3.webp"}],"mediaStatus":"ok","articleBodyZh":[],"translationStatus":"","bodyOrigin":"source-page","editorial":{"summary":"Aioga 编辑摘要：Mistral AI 推出首个具身导航模型 Robostral Navigate。 Aioga 将其归入「模型更新」方向，重点关注它对真实使用和行业竞争的影响。","background":"背景分析：模型与研究类动态需要结合能力边界、开放方式、成本、可用性和真实任务表现判断，单项指标领先不等于已经形成稳定采用。","viewpoint":"Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","implications":"影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。","nextStep":"后续观察：继续观察官方文档、实际可用性、价格变化、开发者反馈和竞品回应。","evidenceRefs":["title","summary","articleBody"],"confidence":"medium","status":"published","aiGenerated":false,"autoApproved":true,"generatedBy":"rule-safe-fallback","generatedAt":"2026-07-23T07:30:40.734Z","sourceHash":"76b43ff52e0ee105","validation":{"passed":true,"mode":"rule-safe-fallback","checks":["schema","length","source-attribution","no-html"]}},"tags":["模型更新","MarkTechPost（RSS）"],"translations":{"zh-CN":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga AI资讯","description":"Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目","url":"https://www.aioga.com/news/cmrkc3wd000dpbizska19mcak/"},"en":{"title":"Mistral AI Releases Robostral Navigate： An 8B Model Enabling Robots to Navigate Complex Environments Using a Single RGB Camera","summary":"Aioga tracks this update from MarkTechPost（RSS） under Models. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"Models","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI Releases Robostral Navigate： An 8B Model Enabling Robots to Navigate Complex Environments Using a Single RGB Camera - Aioga AI News","description":"Aioga tracks this update from MarkTechPost（RSS） under Models. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation uns","url":"https://www.aioga.com/en/news/cmrkc3wd000dpbizska19mcak/"},"ja":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aiogaは「モデル更新」の動きとして、MarkTechPost（RSS） からの更新を追跡しています。Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"モデル更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga AIニュース","description":"Aiogaは「モデル更新」の動きとして、MarkTechPost（RSS） からの更新を追跡しています。Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 ","url":"https://www.aioga.com/ja/news/cmrkc3wd000dpbizska19mcak/"},"ko":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga는 MarkTechPost（RSS）의 업데이트를 모델 업데이트 흐름으로 추적합니다. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"모델 업데이트","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga AI 뉴스","description":"Aioga는 MarkTechPost（RSS）의 업데이트를 모델 업데이트 흐름으로 추적합니다. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 ","url":"https://www.aioga.com/ko/news/cmrkc3wd000dpbizska19mcak/"},"es":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga sigue esta actualización de MarkTechPost（RSS） dentro de Modelos. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"Modelos","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga Noticias de IA","description":"Aioga sigue esta actualización de MarkTechPost（RSS） dentro de Modelos. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 valid","url":"https://www.aioga.com/es/news/cmrkc3wd000dpbizska19mcak/"},"fr":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga suit cette mise à jour de MarkTechPost（RSS） dans la catégorie Modèles. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"Modèles","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga Actualités IA","description":"Aioga suit cette mise à jour de MarkTechPost（RSS） dans la catégorie Modèles. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的","url":"https://www.aioga.com/fr/news/cmrkc3wd000dpbizska19mcak/"},"de":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga KI-News","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/de/news/cmrkc3wd000dpbizska19mcak/"},"pt-BR":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga Notícias de IA","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/pt-BR/news/cmrkc3wd000dpbizska19mcak/"},"ru":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga Новости ИИ","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/ru/news/cmrkc3wd000dpbizska19mcak/"},"ar":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga أخبار الذكاء الاصطناعي","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/ar/news/cmrkc3wd000dpbizska19mcak/"},"hi":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga AI समाचार","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/hi/news/cmrkc3wd000dpbizska19mcak/"},"it":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga Notizie IA","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/it/news/cmrkc3wd000dpbizska19mcak/"},"nl":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga AI-nieuws","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/nl/news/cmrkc3wd000dpbizska19mcak/"},"tr":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga AI Haberleri","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/tr/news/cmrkc3wd000dpbizska19mcak/"},"vi":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Tin tức AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/vi/news/cmrkc3wd000dpbizska19mcak/"},"id":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Berita AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/id/news/cmrkc3wd000dpbizska19mcak/"},"th":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - ข่าว AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/th/news/cmrkc3wd000dpbizska19mcak/"},"pl":{"title":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型","summary":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unseen 分项上达到 76.6% 成功率，比最佳单摄像头方案高 9.7 个百分点。模型采用\"指向\"决策方法预测目标图像坐标，目标出视野时回退到位移指令。训练数据完全来自仿真，包含约 40 万条轨迹、覆盖 6000 个场景。基于前缀缓存和树状注意力掩码的训练策略将训练 token 量压缩 22 倍，后续在线强化学习阶段进一步提升成功率 3.2%。","category":"模型更新","source":"MarkTechPost（RSS）","pageTitle":"Mistral AI 发布 Robostral Navigate：8B 参数单 RGB 摄像头具身导航模型 - Aioga Wiadomości AI","description":"Aioga tracks this update from MarkTechPost（RSS） under 模型更新. Mistral AI 推出首个具身导航模型 Robostral Navigate。该 8B 参数模型仅使用单 RGB 摄像头，即可根据自然语言指令在办公室、住宅等复杂环境中自主移动。在 R2R-CE 基准的 validation unsee","url":"https://www.aioga.com/pl/news/cmrkc3wd000dpbizska19mcak/"}}}}