Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidandos authored Nov 19, 2023
1 parent 54675d2 commit 00f4218
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 @@ -275,7 +275,7 @@ python -m pax.experiment +experiment/ipd=ppo_v_tft ++payoff="[[-2,-2], [0,-3], [
```
If you wanted to train M-FOS vs a Naive Learner in the IPD, you could run
```bash
python -m pax.experiment +experiment/ipd=mfos_att_v_tabular ++runner="evo" ++wandb.log=True
python -m pax.experiment +experiment/ipd=mfos_att_v_tabular ++runner="evo" ++env_type="meta" ++wandb.log=True
```
Check out the according [`.yaml` file](https://github.com/ucl-dark/pax/blob/main/pax/conf/experiment/ipd/mfos_att_v_tabular.yaml)

Expand Down

0 comments on commit 00f4218

Please sign in to comment.