title, created, updated, type, tags, sources, confidence
| title |
created |
updated |
type |
tags |
sources |
confidence |
| Safe Exploration(安全探索) |
2026-06-29 |
2026-06-29 |
concept |
| safe-reinforcement-learning |
| exploration |
| safety |
| RL |
|
| safe-equilibrium-exploration |
|
|
high |
Safe Exploration(安全探索)
reinforcement-learning 中确保训练过程零约束违反的探索机制。核心方法是将探索限制在 feasible-zone 内。Yang et al. (2026) 首次揭示其目标是找到可行域与 uncertain-model 之间的 equilibrium-safe-exploration。
两种训练模式
| 模式 |
全称 |
安全探索需求 |
| OTOI |
Offline Training, Online Implementation |
无需(在 sim 中训练) |
| SOTI |
Simultaneous Online Training and Implementation |
必需(在真实环境交互) |
OTOI 依赖高保真仿真器;SOTI 适用于仿真器不可用的真实场景(机器人、自动驾驶)。
核心挑战
相关概念