This environment is part of the atari environments. Please read that page first for general information.
Name | Value |
---|---|
Actions | Discrete |
Agents | 2 |
Parallel API | Yes |
Manual Control | No |
Action Shape | (1,) |
Action Values | [0,17] |
Observation Shape | (210, 160, 3) |
Observation Values | (0,255) |
Import | from pettingzoo.atari import entombed_competitive_v2 |
Agents | agents= ['first_0', 'second_0'] |
Entomb’s competitive version is a race to last the longest.
You need to quickly navigate down a constantly generating maze you can only see part of. If you get stuck, you lose. Note you can easily find yourself in a dead-end excapable only through the use of rare power-ups. In addition, there dangerous zombies lurking around to avoid. Whenever your opponent dies, you get +1 reward, and your opponent gets -1 reward.
Environment parameters are common to all Atari environments and are described in the base Atari documentation .