Skip to content

Commit

Permalink
Update envs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidandos authored Nov 17, 2023
1 parent d715796 commit a79169c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/envs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ These are specified in the config files in `pax/configs/{env_id}/EXPERIMENT.yaml
| `iterated_matrix_game` | `sequential` | An iterated matrix game with a predetermined number of timesteps per episode with a discount factor $\gamma$ |
| `iterated_matrix_game` | `meta` | A meta game over the iterated matrix game with an outer agent (player 1) and an inner agent (player 2). The inner updates every episode, while the the outer agent updates every meta-episode |
| `infinite_matrix_game` | `meta` | An infinite matrix game that calculates exact returns given a payoff and discount factor $\gamma$ |
| coin_game | `sequential` | A sequential series of episode of the coin game between two players. Each player updates at the end of an episode |
| coin_game | `meta` | A meta learning version of the coin game with an outer agent (player 1) and an inner agent (player 2). The inner updates every episode, while the the outer agent updates every meta-episode |
| cournot | `sequential`/`meta` | A one-shot version of a [Cournot competition](https://en.wikipedia.org/wiki/Cournot_competition) |
| fishery | `sequential`/`meta` | A dynamic resource harvesting game as specified in Perman et al. |
| Rice-N | `sequential`/`meta` | A re-implementation of the Integrated Assessment Model introduced by [Zhang et al.](https://papers.ssrn.com/abstract=4189735) available with either the original 27 regions or a new calibration of only 5 regions |
| C-Rice-N | `sequential`/`meta` | An extension of Rice-N with a simple climate club mechanism |
| `iterated_tensor_game` | `sequential`/`meta` | N-player generalisation of the 2-player matrix games. |
| `coin_game` | `sequential` | A sequential series of episode of the coin game between two players. Each player updates at the end of an episode |
| `in_the_matrix` | `sequential`/`meta` | Adapted from the [MeltingPotv2](https://arxiv.org/abs/2211.13746) ``in the Matrix'' environments. Allows to embed any general-sum within a gridworld |
| `coin_game` | `meta` | A meta learning version of the coin game with an outer agent (player 1) and an inner agent (player 2). The inner updates every episode, while the the outer agent updates every meta-episode |
| `cournot` | `sequential`/`meta` | A one-shot version of a [Cournot competition](https://en.wikipedia.org/wiki/Cournot_competition) |
| `fishery` | `sequential`/`meta` | A dynamic resource harvesting game as specified in Perman et al. |
| `Rice-N` | `sequential`/`meta` | A re-implementation of the Integrated Assessment Model introduced by [Zhang et al.](https://papers.ssrn.com/abstract=4189735) available with either the original 27 regions or a new calibration of only 5 regions |
| `C-Rice-N` | `sequential`/`meta` | An extension of Rice-N with a simple climate club mechanism |

0 comments on commit a79169c

Please sign in to comment.