Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/environment-sets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
firstpage:
lastpage:
---

# Environment Sets

Research papers rarely benchmark on all of the games the ALE supports, several well-known subsets are used instead.
The pages below list the games belonging to each notable set:

- [Complete list](environments/complete_list) — all 104 games supported by the ALE.
- [Atari 57](environments/atari_57) — the 57 games used by DeepMind to benchmark agents, from DQN through Agent57.
- [Previously in OpenAI Gym](environments/gym) — the 62 games that were registered in OpenAI Gym.

```{toctree}
:hidden:
environments/complete_list
environments/atari_57
environments/gym
```
9 changes: 9 additions & 0 deletions docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ environments/zaxxon
:file: environments/list.html
```

## Environment sets

Research papers rarely benchmark on all of the games the ALE supports, several well-known subsets are used instead.
The pages below list the games belonging to each notable set:

- [Complete list](environments/complete_list) — all 104 games supported by the ALE.
- [Atari 57](environments/atari_57) — the 57 games used by DeepMind to benchmark agents, from DQN through Agent57.
- [Previously in OpenAI Gym](environments/gym) — the 62 games that were registered in OpenAI Gym.

## Action Space

Each environment will use a sub-set of the full action space listed below:
Expand Down
Loading
Loading