Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
akashvelu committed Jan 3, 2021
1 parent 9411b4a commit 3bab66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions offpolicy/algorithms/mqmix/mqmix.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class M_QMix:
def __init__(self, args, num_agents, policies, policy_mapping_fn, device=torch.device("cuda:0"), vdn=False):
"""
Trainer class for QMix with MLP policies. See parent class for more information.
:param vdn: (bool) whether the algorithm in use is VDN.
"""
self.args = args
self.use_popart = self.args.use_popart
Expand Down

0 comments on commit 3bab66c

Please sign in to comment.