tocom242242 / qmix_tf2

QMIX implemented in TensorFlow 2
16 stars 4 forks source link
deep-reinforcement-learning multi-agent-reinforcement-learning qmix

QMIX implemented in TensorFlow 2

Note: Currently, we are only experimenting with Two State Game.

How to run QMIX in Two State Game

First, install packages.

pip install -r requirements.txt

Run main.py

python main.py

Then, outputs episode reward and qmix's loss history graph.

result

Reference