-
Notifications
You must be signed in to change notification settings - Fork 56
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.