Skip to content

Latest commit

 

History

History

q_learning

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Q Learning

We provide two Q-Learning based systems that follow the independent learners and centralised training with decentralised execution paradigms:

rec-IQL is a multi-agent version of DQN that uses double DQN and has a GRU memory module and rec-QMIX is an implementation of QMIX in JAX that uses monontic value function decomposition.

Relevant papers: