This repo contains code for the paper Finding and Only Finding Differential Nash Equilibria by Both Pretending to be a Follower.
Create a conda environment.
conda create -n follow-the-ridge python=3.7
conda activate follow-the-ridge
Install required packages.
pip install -r requirements.txt
Install JAX following the instructions.