hackcv
行业资讯
行业资讯精选 82Jim Fan

I made Physical AutoResearch sound simple (conceptually), but it took a village to pull off and lots of design thinking into the robot /loopcraft. The hardest part is everything we need to setup *before* pressing Enter. Here's a behind-the-scene tour: 1. Safety harness Letting 8 robots run unattended overnight means safety has to be more than a hint in the system prompt. ENPIRE hardwires it in 2 layers: (1) hard kinematic limit that trips an immediate task failure and auto-resets as soon as a robot leaves its safety envelope, and (2) a torque-limited compliant gripper so a bad contact or misaligned insertion ends in a safe stall, instead of crushing the robot or the object at hand. We make safety more conservative than usual so humans can sleep tight. In reality, we still need a few human operators to watch over the "robots of loving grace". 2. Definition of /done An agent that can edit its own reward will game it for sure. ENPIRE fixes the goalposts before the fleet can move them. Here's the recipe: Collect a few minutes of success & failure demos -> Ask agent to write code using computer vision tools to classify success and measure against groundtruth -> Agent hill-climbs on classifier until reliably good -> This classifier becomes the real-time reward function that directly computes on sensor streams -> *Freeze* the reward function before AutoResearch. It's sacred, enshrined in a Gym env that no one can touch. 3. System telemetry design Robot-seconds is by far the scarcest resource, followed by GPU-seconds, and finally tokens. We instrument all three and surface them to ENPIRE for live resource awareness rather than letting it hill-climb in a vacuum. We define: - Mean Robot Utilization ("MRU"): the fraction of wall-clock time when the robot is actively executing an experiment. Otherwise the hardware is sitting idle and waiting for the next code commit. - Mean Token Utilization ("MTU"): tokens consumed per minute, our proxy for how hard the agent is actually thinking. A low MTU means the agent is stalled, waiting on a robot rollout to finish instead of doing research. - GPU utilization: fraction of wall-clock time when GPU is active. ... and evaluate on two budget-to-outcome metrics: 1. Tokens-to-Success: token budget the fleet burns to complete /goal. 2. Time-to-Success: wall-clock time to /goal· Physical AutoResearch 实现细节

<p>I made Physical AutoResearch sound simple (conceptually), but it took a village to pull off and lots of design thinking into the robot /loopcraft. The hardest part is everything we need to setup *before* pressing Enter. Here's a behind-the-scene tour:<br> <br> 1. Safety harness<br> <br> Letting 8 robots run unattended overnight means safety has to be more than a hint in the system prompt. ENPIR

📎 发布于 06-18 00:31🔗 阅读原文(rss.xcancel.com
相关推荐
行业资讯精选 65

被拖欠持续督导费用,多家券商发布“催缴”公告

近期,多家券商发布公告称,拟单方解除与新三板挂牌企业的督导协议,原因是相关企业未按协议约定向券商支付持续督导费用,有企业甚至“拖欠”费用长达6年。按照相关规定,若主办券商单方解除协…

📎 36氪🕒 07-14 08:12🔗 36kr.com
行业资讯精选 82

电力市场化交易比例抬升,售电公司迎行业大洗牌

7月,全国多地电力迎峰度夏期,叠加AI需求带动,我国电力需求猛增,但整个产业链条上并非所有节点都能分享产业红利,售电公司正迎来大洗牌。近期,全国多地接连发布售电公司退出电力市场公示…

📎 36氪🕒 07-14 08:06🔗 36kr.com

本站内容由 LLM 精选聚合,原文版权归 Jim Fan 所有 · 摘录仅供参考