Skip to content

Commit

Permalink
Fix formatting problem in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-RR committed Nov 9, 2023
1 parent 430b254 commit d069bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ python -m pax.experiment +train_iters=1e3 +num_envs=10
```

We currently support two major environments: `MatrixGames` and `CoinGame`.
```

For `MatrixGames`, we support the ability to specify your own payoff matrix either through the CLI or the `yaml` files. For example the common Iterated Prisoners Dilemma is:

```bash
python -m pax.experiment +experiment/ipd=ppo ++payoff="[[-2,-2], [0,-3], [-3,0], [-1,-1]]" ++wandb.group="testing"
```
Expand Down

0 comments on commit d069bf6

Please sign in to comment.