Skip to content

Implementation of Mean Field Multi-Agent Reinforcement Learning in Pytorch

Notifications You must be signed in to change notification settings

deligentfool/mfrl_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch Version for Mean Field Multi-Agent Reinforcement Learning

Pytorch implementation of MF-Q and MF-AC in the paper Mean Field Multi-Agent Reinforcement Learning.

The original code can be found in mlii/mfrl.

Please uncomment the following two lines of code in base.py if the algorithm occasionally fails to converge.

  #distribution = torch.distributions.Categorical(predict) 
  #actions = distribution.sample().detach().cpu().numpy()

Example

image

About

Implementation of Mean Field Multi-Agent Reinforcement Learning in Pytorch

Resources

Stars

Watchers

Forks

Languages