Research Papers 论文研究 5h ago Updated 45m ago 更新于 45分钟前 45

Runtime Action Interference for AI Control of AlphaStar in StarCraft II 运行时动作干扰用于AlphaStar在星际争霸II中的AI控制

Runtime Action Interference (RAI) is a novel AI control mechanism that preserves trained policy parameters while regulating action pacing via cooldowns and filtering toxic behaviors through a content detector after inference RAI was implemented in an AlphaStar replication for StarCraft II, with open-source code and reproducibility materials released A human participant study revealed that disclosing the AI's capability significantly lowered perceived fairness (3.90 → 2.62) and increased perceive 提出运行时动作干扰(RAI)机制,在保留策略参数的同时通过冷却时间和内容检测器调节AI动作节奏与过滤有害行为 在AlphaStar复制中实现RAI并开源代码,检测器覆盖工人单位骚扰等有毒行为模式 人类参与研究表明,披露AI能力信息会降低公平性感知(2.62 vs 3.90)并增加毒性感知(2.85 vs 2.00),但信任度因用户技能水平而异 研究证明即使控制机制相同,能力信息披露方式也会显著影响用户对AI对手的体验感知 提出人机评估应区分执行栈控制与能力披露,并将公平性、信任和毒性作为独立维度衡量

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Runtime Action Interference (RAI) is a novel AI control mechanism that preserves trained policy parameters while regulating action pacing via cooldowns and filtering toxic behaviors through a content detector after inference
  • RAI was implemented in an AlphaStar replication for StarCraft II, with open-source code and reproducibility materials released
  • A human participant study revealed that disclosing the AI's capability significantly lowered perceived fairness (3.90 → 2.62) and increased perceived toxicity (2.00 → 2.85), while trust patterns varied by expertise level
  • The study demonstrates that user perceptions of AI-controlled opponents can shift substantially based on capability disclosure alone, even when the underlying control mechanisms remain identical
  • The authors conclude that human-computer evaluations must decouple execution-stack control from capability disclosure and treat fairness, trust, and toxicity as distinct experiential dimensions

Why It Matters

This research addresses a critical gap in AI deployment: the disconnect between what a trained policy learns and what users actually experience due to runtime control layers. For AI practitioners building interactive systems, it highlights that user trust and perceived fairness are not solely determined by technical performance but are heavily influenced by transparency and framing. The findings have direct implications for how AI opponents, agents, and assistants should be presented to human users in gaming, simulation, and collaborative environments.

Technical Details

  • RAI operates as a post-inference control layer that intercepts proposed actions from a trained reinforcement learning policy, releasing them only when both a cooldown timer condition is satisfied and a content detector does not flag the action as toxic; otherwise, a no-op is dispatched
  • The content detector specifically targets toxic behaviors such as worker-unit harassment in StarCraft II, while the cooldown mechanism regulates overall action rate to prevent overwhelming or exploitative play patterns
  • The system was built on a replication of DeepMind's AlphaStar architecture, with the full implementation and reproducibility materials made publicly available via an open-source repository
  • Human evaluation involved a controlled StarCraft II study comparing two presentations of the same high-capability, rate-limited AI opponent—one with withheld capability claims and one with full disclosure—measuring fairness, trust, and toxicity on 1–5 scales across novice, intermediate, and expert participant groups
  • Results showed a clear dissociation: disclosure lowered fairness and raised toxicity perceptions universally, while trust increased among novices and experts but decreased among intermediates, suggesting a non-linear relationship between transparency and user experience

Industry Insight

  • AI system designers should treat capability disclosure as a strategic variable, not a neutral fact: transparent framing can backfire by lowering perceived fairness and increasing toxicity attributions, even when behavior is unchanged
  • Evaluation frameworks for AI agents must separate technical control mechanisms from user-facing presentation, measuring fairness, trust, and toxicity as independent dimensions rather than conflating them
  • As AI opponents and interactive agents become more sophisticated, the "control stack" (cooldowns, filters, no-op dispatching) will increasingly mediate human experience; practitioners should invest in understanding how these invisible layers shape perception and design disclosure strategies accordingly

TL;DR

  • 提出运行时动作干扰(RAI)机制,在保留策略参数的同时通过冷却时间和内容检测器调节AI动作节奏与过滤有害行为
  • 在AlphaStar复制中实现RAI并开源代码,检测器覆盖工人单位骚扰等有毒行为模式
  • 人类参与研究表明,披露AI能力信息会降低公平性感知(2.62 vs 3.90)并增加毒性感知(2.85 vs 2.00),但信任度因用户技能水平而异
  • 研究证明即使控制机制相同,能力信息披露方式也会显著影响用户对AI对手的体验感知
  • 提出人机评估应区分执行栈控制与能力披露,并将公平性、信任和毒性作为独立维度衡量

为什么值得看

这篇论文为AI控制系统设计提供了新的工程思路,特别是在游戏AI和人类交互场景中,展示了如何在保留策略性能的同时实现行为调控。研究结果对AI产品发布策略、用户预期管理以及人机交互评估方法论具有重要参考价值。

技术解析

RAI机制在推理后通过两个条件控制动作释放:冷却时间条件确保动作节奏可控,内容检测器识别并过滤配置的有害行为模式(如工人单位骚扰),不满足条件时返回no-op操作,从而在不修改策略参数的情况下实现行为调控。

研究团队在AlphaStar复制中实现了RAI机制,并将实现代码和可复现材料通过开源仓库公开,为后续研究提供了可验证的技术基础。

人类参与实验采用对照设计,让参与者与具有相同高能力和受限动作的AI对手对战,一组隐藏AI能力声明,另一组披露,使用1-5分量表测量公平性、信任和毒性三个维度。

实验结果显示披露组公平性均值2.62低于隐藏组3.90,毒性感知2.85高于隐藏组2.00;信任度呈现非线性变化——新手和专家信任度上升,中级用户信任度下降。

行业启示

AI系统的能力信息披露策略需要谨慎设计,简单的透明化可能产生反效果,应根据目标用户群体的技能水平制定差异化的披露方案。

人机交互评估应建立多维度的体验测量框架,将公平性、信任和毒性作为独立维度分别评估,避免单一指标掩盖复杂的用户感知差异。

AI控制机制设计应分离执行栈控制与用户预期管理,技术层面的行为调控与心理层面的能力披露需要分别优化,以实现更好的用户体验和系统可控性平衡。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Gaming 游戏 Training 训练 Inference 推理 Deployment 部署