feature: allow centralized exploration policy#69
Conversation
BackgroundIn CoMLRL-v1.4.0, the comparators (e.g., target policy, history checkpoints, external api) are provided in a decentralized manner: 2 comparator agents generate the responses to the same prompt as the 2 target agents. In this PR, it can be centralized: 1 agent can coordinate the subtasks of two agents and provide the responses. Specifically, if ResultsIn general, as with "knowledge transfer" in comparator selection, MAPL learns well with a centralized policy from a relatively intelligent model and better from the same class. For online MADPO, when provided with a sufficiently intelligent centralized comparator (e.g.,
Similarly, online MARLHF also needs an intelligent centralized agent (e.g.,
|
Possible Extensions?"Centralized comparator" has many variants, not necessarily to be a centralized model. Can also be other forms, like sequential pipeline, discussion, etc. |








No description provided.