8000 GitHub - deligentfool/mfrl_pytorch: Implementation of Mean Field Multi-Agent Reinforcement Learning in Pytorch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

0