8000 GitHub - xiaohangt/RMDO: Official repository of the paper "Regret-Minimizing Double Oracle for Extensive-Form Games", ICML 2023.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ RMDO Public

Official repository of the paper "Regret-Minimizing Double Oracle for Extensive-Form Games", ICML 2023.

License

Notifications You must be signed in to change notification settings

xiaohangt/RMDO

Repository files navigation

Regret-Minimizing Double Oracle for Extensive-Form Games

This repository is the official implementation of the paper "Regret-Minimizing Double Oracle for Extensive-Form Games", ICML 2023. [paper]

Before running

Clone the repo with git submodules

git clone --recursive https://github.com/xiaohangt/RMDO.git
cd RMDO
git submodule update --init --recursive

Set up environments:

conda env create -f environment.yaml
conda activate xodo

or

pip3 install -r requirements.txt

Install dependency(OpenSpiel)

# Starting at the repo root
cd dependencies
export BUILD_WITH_ACPC=ON # to compile with the optional universal poker game variant
./install.sh
pip3 install -e . # This will start a compilation process. Will take a few minutes.

Running Experiments

Exploitability

To run Extensive-Form Online Double Oracle (with CFR+ as meta solver):

python rmdo.py --game kuhn_poker --algorithm XODO --meta_solver cfr_plus

To run Extensive-Form Double Oracle (with CFR+ as meta solver) and other baselines.

python baselines.py --game kuhn_poker --algorithm dxdo
python baselines.py --game kuhn_poker --algorithm cfr
python baselines.py --game kuhn_poker --algorithm xfp

To run Periodic Double Oracle (with CFR+ as meta solver):

python rmdo.py --game kuhn_poker --algorithm PDO --meta_solver cfr_plus --meta_iterations 50

Results will be saved in the folder results as list.

About

Official repository of the paper "Regret-Minimizing Double Oracle for Extensive-Form Games", ICML 2023.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0