Skip to content

sundave1998/Independent-NPG-MPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Provably Fast Convergence of Independent Natural Policy Gradient for Markov Potential Games

Code for ''Provably Fast Convergence of Independent Natural Policy Gradient for Markov Potential Games'' (NeurIPS 2023)

Prerequisites

Here we list our running environment:

  • PyTorch == 1.10.0
  • docplex == 2.18.200
  • numpy == 1.19.2
  • matplotlib == 3.4.3

Tasks

We implement our proposed algorithms in the following environments:

  • General Markov Potential Games (oracle)
  • Congestion Game (oracle)

Execution

To run the experiments, simply execute the following commands, where ''xxx'' corresponds to the name of files.

python xxx.py

Credits

The code in this repository is adapted from the following works

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages