An open API service indexing awesome lists of open source software.

https://github.com/himelbrand/marl-qtran

An implementation of QTRAN algorithm for Multiagent Reinforcement Learning.
https://github.com/himelbrand/marl-qtran

multiagent-reinforcement-learning reinforcement-learning reinforcement-learning-algorithms

Last synced: about 2 months ago
JSON representation

An implementation of QTRAN algorithm for Multiagent Reinforcement Learning.

Awesome Lists containing this project

README

          

# Multiagent Reinforcment learning - QTRAN

This repository is an implementation of [QTRAN](https://arxiv.org/pdf/1905.05408.pdf) paper to play 2 games from the [@PettingZoo](https://github.com/PettingZoo-Team/PettingZoo) project which provides Multiagent enviorments for reinforcment learning.

## The two games are
* [Pistonball](https://www.pettingzoo.ml/butterfly/pistonball)
* [KAZ](https://www.pettingzoo.ml/butterfly/knights_archers_zombies)

## The Architecture Visualized
![img1](https://drive.google.com/uc?export=view&id=1L62gverInlESp_4Ne6OeiOYxPQBKF97Z)

![img2](https://drive.google.com/uc?export=view&id=1q4wUwTh2LHax4Jw3wWiygX0QxSqw9MMA)

### Note that this readme is still a WIP

Plus the code files needs some rearranging