Skip to content

Critics

Jianhong Wang edited this page Nov 1, 2021 · 4 revisions

This folder includes 4 sorts of critics.

class maac_critic.AttentionCritic(args) is the critic especially for MACC.

class mlp_critic.MLPCritic(input_shape, output_shape, args) is the critic that is modelled as MLPs.

class qmix.QMixer(args) is the critic that is shaped as QMixer that is especially for FacMADDPG.

class rnn_critic.RNNCritic(input_shape, output_shape, args) is the critic that is modelled as GRUs.

Clone this wiki locally