There was an error while loading. Please reload this page.
This folder includes 4 sorts of critics.
class maac_critic.AttentionCritic(args) is the critic especially for MACC.
class maac_critic.AttentionCritic(args)
class mlp_critic.MLPCritic(input_shape, output_shape, args) is the critic that is modelled as MLPs.
class mlp_critic.MLPCritic(input_shape, output_shape, args)
class qmix.QMixer(args) is the critic that is shaped as QMixer that is especially for FacMADDPG.
class qmix.QMixer(args)
class rnn_critic.RNNCritic(input_shape, output_shape, args) is the critic that is modelled as GRUs.
class rnn_critic.RNNCritic(input_shape, output_shape, args)