安全元强化学习框架通过信息空间可达性实现
Safe Meta-Reinforcement Learning via Information Space Reachability
朋友,这是篇关于如何让AI在元强化学习中更安全的研究,作者提出了一个新框架,通过信息空间来评估安全,挺有意思的。
这篇论文提出了一种安全元强化学习框架,它通过在信息空间中推理安全状态来确保安全。该框架引入了一个安全价值函数,用于测量代理避免不安全区域的可能性。实验表明,该方法在元强化学习基准测试中有效。
Safe Meta-Reinforcement Learning via Information Space Reachability
Meta-reinforcement learning (meta-RL) enables agents to adapt to unseen tasks with limited experience. Despite its promise, the application of meta-RL in real-world tasks is hindered by safety requirements, which have been underexplored in prior work. In this paper, we propose a safe meta-RL framework that explicitly accounts for safety during adaptation. Our key insight is to reason about safety in the information space, which captures both the physical state and the agent's belief over the underlying task. Within this space, we introduce a safety value function that measures the probability of the agent avoiding unsafe regions indefinitely. We show that this function satisfies a self-consistency condition and a Bellman equation, which make it learnable via meta-RL. Based on this formulation, we develop a safe meta-RL algorithm that learns the safety value function and leverages it for safety filtering and constrained policy optimization. Experiments on meta-RL benchmarks demonstrate the effectiveness of the proposed method.