【论文精读】-《GCBF+: A Neural Graph Control Barrier Function Framework for Distributed Safe Multi-Agent Control》

Posted by Orchid on February 21, 2025

问题

  • P4:每个 agent 都会发出 $n_{rays}$ 条雷达扫描,获得 $n_{rays}$ 个 hitting points 的 state(position) $y_{n_{rays}}^{(i)}$,这里会不会有 hitting points 是打在其他 agents 上的?
  • P7:training architecture,$h_{\theta}$ 和 $\pi_{\phi}$ 同时训练?为什么?