Skip to content

TheNeeloy/ma-minigrid-maddpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MA-Minigrid-MADDPG

An implementation of maddpg-pytorch on a multi-agent minigrid environment.

Requirements

The versions are just what I used and not necessarily strict requirements.

How to Run

All training code is contained within main.py. To view options simply run:

python main.py --help

To train an example in the MiniGrid env:

ma-minigrid-maddpg: python main.py --env_id MiniGrid-MA-UnlockDoorGoalA2-v0 --model_name test_minigrid --discrete_action

To visualize a model from the MiniGrid env:

python evaluate.py --env_id MiniGrid-MA-UnlockDoorGoalA2-v0 --model_name test_minigrid

To train an example in the MPE env:

python main.py --mpe

To visualize a model from the MPE env:

python evaluate.py --mpe

Acknowledgements

maddpg-pytorch & all acknowledgements from that repo as well.

About

An implementation of shariqiqbal2810's maddpg-pytorch on a multi-agent minigrid environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages