ray.rllib.policy.policy_map.PolicyMap.pop# PolicyMap.pop(k[, d]) → v, remove specified key and return the corresponding value.# 如果未找到键,则返回给定的默认值;否则,引发 KeyError。