diff --git a/README.md b/README.md index 0ca388782..ff2d9bb9b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Gymnasium includes the following families of environments along with a wide vari * [Box2D](https://gymnasium.farama.org/environments/box2d/) - These environments all involve toy games based around physics control, using box2d based physics and PyGame-based rendering * [Toy Text](https://gymnasium.farama.org/environments/toy_text/) - These environments are designed to be extremely simple, with small discrete state and action spaces, and hence easy to learn. As a result, they are suitable for debugging implementations of reinforcement learning algorithms. * [MuJoCo](https://gymnasium.farama.org/environments/mujoco/) - A physics engine based environments with multi-joint control which are more complex than the Box2D environments. -* [Atari](https://gymnasium.farama.org/environments/atari/) - A set of 57 Atari 2600 environments simulated through Stella and the Arcade Learning Environment that have a high range of complexity for agents to learn. +* [Atari](https://ale.farama.org/) - Emulator of Atari 2600 ROMs simulated that have a high range of complexity for agents to learn. * [Third-party](https://gymnasium.farama.org/environments/third_party_environments/) - A number of environments have been created that are compatible with the Gymnasium API. Be aware of the version that the software was created for and use the `apply_env_compatibility` in `gymnasium.make` if necessary. ## Installation @@ -28,7 +28,7 @@ To install the base Gymnasium library, use `pip install gymnasium` This does not include dependencies for all families of environments (there's a massive number, and some can be problematic to install on certain systems). You can install these dependencies for one family like `pip install "gymnasium[atari]"` or use `pip install "gymnasium[all]"` to install all dependencies. -We support and test for Python 3.8, 3.9, 3.10, 3.11 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it. +We support and test for Python 3.8, 3.9, 3.10, 3.11 and 3.12 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it. ## API diff --git a/docs/README.md b/docs/README.md index e8e050933..065a725c9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,24 +2,14 @@ This folder contains the documentation for [Gymnasium](https://github.com/Farama-Foundation/Gymnasium). -If you are modifying an atari environment page, please follow the instructions below. For more information about how to contribute to the documentation go to our [CONTRIBUTING.md](https://github.com/Farama-Foundation/Celshast/blob/main/CONTRIBUTING.md) - ## Instructions for modifying environment pages ### Editing an environment page -If you are editing an Atari environment, directly edit the Markdown file in this repository. - -Otherwise, fork Gymnasium and edit the docstring in the environment's Python file. Then, pip install your Gymnasium fork and run `docs/_scripts/gen_mds.py` in this repo. This will automatically generate a Markdown documentation file for the environment. +Fork Gymnasium and edit the docstring in the environment's Python file. Then, pip install your Gymnasium fork and run `docs/_scripts/gen_mds.py` in this repo. This will automatically generate a Markdown documentation file for the environment. ### Adding a new environment -#### Atari env - -For Atari envs, add a Markdown file into `docs/environments/atari` then complete the [other steps](#other-steps). - -#### Non-Atari env - Ensure the environment is in Gymnasium (or your fork). Ensure that the environment's Python file has a properly formatted markdown docstring. Install using `pip install -e .` and then run `docs/_scripts/gen_mds.py`. This will automatically generate a md page for the environment. Then complete the [other steps](#other-steps). #### Other steps diff --git a/docs/_scripts/atari-docs.json b/docs/_scripts/atari-docs.json deleted file mode 100644 index 63962bba8..000000000 --- a/docs/_scripts/atari-docs.json +++ /dev/null @@ -1,522 +0,0 @@ -{ - "adventure": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=1", - "env_description": "You must find the enchanted chalice and return it to the golden castle. You can pick up various objects (keys, a sword,a bridge, or a magnet) and have to fight or outmanoeuvre dragons.", - "reward_description": "" - }, - "air_raid": { - "atariage_url": "", - "env_description": "You control a ship that can move sideways. You must protect two buildings (one on the right and one on the left side of the screen) from flying saucers that are trying to drop bombs on them.", - "reward_description": "" - }, - "alien": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=815", - "env_description": "You are stuck in a maze-like space ship with three aliens. You goal is to destroy their eggs that are scattered all over the ship while simultaneously avoiding the aliens (they are trying to kill you). You have a flamethrower that can help you turn them away in tricky situations. Moreover, you can occasionally collect a power-up (pulsar) that gives you the temporary ability to kill aliens.", - "reward_description": "## Rewards\nYou score points by destroying eggs, killing aliens, using pulsars, and collecting special prizes. When you are caught by an alien, you will lose one of your lives. The number of lives you have depends on the game flavor. For a table of scores corresponding to the different achievements, consult the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=815)." - }, - "amidar": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=817", - "env_description": "This game is similar to Pac-Man: You are trying to visit all places on a 2-dimensional grid while simultaneously avoiding your enemies. You can turn the tables at one point in the game: Your enemies turn into chickens and you can catch them.", - "reward_description": "## Rewards\nYou score points by traversing new parts of the grid. Coloring an entire box in the maze or catching chickens gives extra points. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=817)." - }, - "assault": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=827", - "env_description": "You control a vehicle that can move sideways. A big mother ship circles overhead and continually deploys smaller drones. You must destroy these enemies and dodge their attacks.", - "reward_description": "" - }, - "asterix": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=3325", - "env_description": "You are Asterix and can move horizontally (continuously) and vertically (discretely). Objects move horizontally across the screen: lyres and other (more useful) objects. Your goal is to guideAsterix in such a way as to avoid lyres and collect as many other objects as possible. You score points by collecting objects and lose a life whenever you collect a lyre. You have three lives available at the beginning. If you score sufficiently many points, you will be awarded additional points.", - "reward_description": "## Rewards\nA table of scores awarded for collecting the different objects is provided on the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=3325)." - }, - "asteroids": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=828", - "env_description": "This is a well-known arcade game: You control a spaceship in an asteroid field and must break up asteroids by shooting them. Once all asteroids are destroyed, you enter a new level and new asteroids will appear. You will occasionally be attacked by a flying saucer.", - "reward_description": "## Rewards\nYou score points for destroying asteroids, satellites and UFOs. The smaller the asteroid, the more points you score for destroying it. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SystemID=2600&SoftwareID=828&itemTypeID=HTMLMANUAL)." - }, - "atlantis": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=835", - "env_description": "Your job is to defend the submerged city of Atlantis. Your enemies slowly descend towards the city and you must destroy them before they reach striking distance. To this end, you control three defense posts. You lose if your enemies manage to destroy all seven of Atlantis' installations. You may rebuild installations after you have fought of a wave of enemies and scored a sufficient number of points.", - "reward_description": "## Rewards\nYou score points for destroying enemies, keeping installations protected during attack waves. You score more points if you manage to destroy your enemies with one of the outer defense posts. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=835)." - }, - "atlantis2": { - "atariage_url": "", - "env_description": "Atlantis2 is missing description documentation. If you are interested in writing up a description, please create an issue or PR with the information on the Gymnasium github.", - "reward_description": "" - }, - "backgammon": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=12", - "env_description": "Your goal is to move all your pieces off the board (called 'bearing off'). Players take turns rolling dice and moving their pieces.", - "reward_description": "" - }, - "bank_heist": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=1008", - "env_description": "You are a bank robber and (naturally) want to rob as many banks as possible. You control your getaway car and must navigate maze-like cities. The police chases you and will appear whenever you rob a bank. You may destroy police cars by dropping sticks of dynamite. You can fill up your gas tank by entering a new city. At the beginning of the game you have four lives. Lives are lost if you run out of gas, are caught by the police,or run over the dynamite you have previously dropped.", - "reward_description": "## Rewards\nYou score points for robbing banks and destroying police cars. If you rob nine or more banks, and then leave the city, you will score extra points. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=1008)." - }, - "basic_math": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=14", - "env_description": "You must solve basic math problems using a joystick to scroll to the correct numeric answer.", - "reward_description": "" - }, - "battle_zone": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=859", - "env_description": "You control a tank and must destroy enemy vehicles. This game is played in a first-person perspective and creates a 3D illusion. A radar screen shows enemies around you. You start with 5 lives and gain up to 2 extra lives if you reach a sufficient score.", - "reward_description": "## Rewards\nYou receive points for destroying enemies. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SystemID=2600&SoftwareID=859&itemTypeID=HTMLMANUAL)." - }, - "beam_rider": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=860", - "env_description": "You control a space-ship that travels forward at a constant speed. You can only steer it sideways between discrete positions. Your goal is to destroy enemy ships, avoid their attacks and dodge space debris.", - "reward_description": "## Rewards\nYou score points for destroying enemies. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SystemID=2600&SoftwareID=860&itemTypeID=MANUAL)." - }, - "berzerk": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=866", - "env_description": "You are stuck in a maze with evil robots. You must destroy them and avoid touching the walls of the maze, as this will kill you. You may be awarded extra lives after scoring a sufficient number of points, depending on the game mode. You may also be chased by an undefeatable enemy, Evil Otto, that you must avoid. Evil Otto does not appear in the default mode.", - "reward_description": "## Rewards\nYou score points for destroying robots. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SystemID=2600&SoftwareID=866&itemTypeID=HTMLMANUAL)." - }, - "blackjack": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=34", - "env_description": "Compete against a dealer to draw cards and score as close to 21 as possible without going over ('bust').", - "reward_description": "" - }, - "bowling": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=879", - "env_description": "Your goal is to score as many points as possible in the game of Bowling. A game consists of 10 frames and you have two tries per frame. Knocking down all pins on the first try is called a \"strike\". Knocking down all pins on the second roll is called a \"spar\". Otherwise, the frame is called \"open\".", - "reward_description": "## Rewards\nYou receive points for knocking down pins. The exact score depends on whether you manage a \"strike\", \"spare\" or \"open\" frame. Moreover, the points you score for one frame may depend on following frames. You can score up to 300 points in one game (if you manage to do 12 strikes). For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=879)." - }, - "boxing": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=882", - "env_description": "You fight an opponent in a boxing ring. You score points for hitting the opponent. If you score 100 points, your opponent is knocked out.", - "reward_description": "## Rewards\nYou score points by landing punches. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=882)." - }, - "breakout": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=889", - "env_description": "Another famous Atari game. The dynamics are similar to pong: You move a paddle and hit the ball in a brick wall at the top of the screen. Your goal is to destroy the brick wall. You can try to break through the wall and let the ball wreak havoc on the other side, all on its own! You have five lives.", - "reward_description": "## Rewards\nYou score points by destroying bricks in the wall. The reward for destroying a brick depends on the color of the brick. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=889)." - }, - "carnival": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=908", - "env_description": "This is a \"shoot 'em up\" game. Targets move horizontally across the screen and you must shoot them. You are in control of a gun that can be moved horizontally. The supply of ammunition is limited and chickens may steal some bullets from you if you don't hit them in time.", - "reward_description": "## Rewards\nYou score points by destroying targets. Points (or bullets) may be subtracted if you hit the target when it shows a minus sign. You will score extra points if it shows a plus sign! For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=908)." - }, - "casino": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=70", - "env_description": "This is actually several games packaged together. Games 1 and 2 are Blackjack, where the second allows card splitting (which is when a player splits their cards into two groups and plays two hands simultaneously). Game 3 is stud poker, which involves drawing cards, betting, and attempting to get the highest scoring poker hand. Game 4 is poker solitaire, which involves filling a 5 by 5 matrix with cards and scoring the poker hands formed by the rows.", - "reward_description": "" - }, - "centipede": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=911", - "env_description": "You are an elf and must use your magic wands to fend off spiders, fleas and centipedes. Your goal is to protect mushrooms in an enchanted forest. If you are bitten by a spider, flea or centipede, you will be temporally paralyzed and you will lose a magic wand. The game ends once you have lost all wands. You may receive additional wands after scoring a sufficient number of points.", - "reward_description": "## Rewards\nYou score points by hitting centipedes, scorpions, fleas and spiders. Additional points are awarded after every round (i.e. after you have lost a wand) for mushrooms that were not destroyed. Detailed documentation can be found on the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=911)." - }, - "chopper_command": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=921", - "env_description": "You control a helicopter and must protect truck convoys. To that end, you need to shoot down enemy aircraft. A mini-map is displayed at the bottom of the screen.", - "reward_description": "## Rewards\nYou score points by destroying planes and other helicopters. You score extra points at the end of every wave, depending on the number of trucks that have survived. Detailed documentation can be found on the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareID=921)." - }, - "crazy_climber": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=113", - "env_description": "You are a climber trying to reach the top of four buildings, while avoiding obstacles like closing windows and falling objects. When you receive damage (windows closing or objects) you will fall and lose one life; you have a total of 5 lives before the end games. At the top of each building, there's a helicopter which you need to catch to get to the next building. The goal is to climb as fast as possible while receiving the least amount of damage.", - "reward_description": "## Rewards\nA table of scores awarded for completing each row of a building is provided on the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=113)." - }, - "crossbow": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=115", - "env_description": "You must retrieve stolen treasures from the Evil Master's castle. Along the way you face enemies who you can shoot at with a crossbow.", - "reward_description": "" - }, - "darkchambers": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=122", - "env_description": "You must survive 26 levels of enemies and curses and collect as much treasure as you can along the way.", - "reward_description": "" - }, - "defender": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=128", - "env_description": "Aliens attack the earth. You control a spaceship and must defend humanity by destroying alien ships and rescuing humanoids. You have three lives and three smart bombs. You lose a live when you are shot down by an alien spaceship. Points are scored by destroying enemies and retrieving humans that are being abducted. You have an unlimited number of laser missiles.", - "reward_description": "## Rewards\nYou receive points for destroying enemies, rescuing abducted humans and keeping humans alive. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=128)." - }, - "demon_attack": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=135", - "env_description": "You are facing waves of demons in the ice planet of Krybor. Points are accumulated by destroying demons. You begin with 3 reserve bunkers, and can increase its number (up to 6) by avoiding enemy attacks. Each attack wave you survive without any hits, grants you a new bunker. Every time an enemy hits you, a bunker is destroyed. When the last bunker falls, the next enemy hit will destroy you and the game ends.", - "reward_description": "## Rewards\nEach enemy you slay gives you points. The amount of points depends on the type of demon and which wave you are in. A detailed table of scores is provided on [the AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=135)." - }, - "donkey_kong": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=149", - "env_description": "You play as Mario trying to save your girlfriend who has been kidnapped by Donkey Kong. Remove rivets and jump over fireballs, with a score that starts high and counts down throughout the game.", - "reward_description": "" - }, - "double_dunk": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=153", - "env_description": "You are playing a 2v2 game of basketball. At the start of each possession, you select between a set of different plays and then execute them to either score or prevent your rivals from scoring.", - "reward_description": "## Rewards\nScores follow the rules of basketball. You can get either 3 points, 2 points foul line) depending from where you shoot. After a defensive foul, a successful shot from the foul line gives you 1 point." - }, - "earthworld": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=541", - "env_description": "A quest to find the sword of Ultimate Sorcery. You must navigate through 12 zodiac-themed rooms in order to solve a puzzle.", - "reward_description": "" - }, - "elevator_action": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=1131", - "env_description": "You are a secret agent that must retrieve some secret documents and reach the ground level of a building by going down an elevator/stairs. Once you reach the ground level, you are picked up and taken to the next level. You are equipped with a gun to defend yourself against enemy agents waiting for you in each floor. You gather points by shooting down enemy agents and visiting apartments marked with a red door, which contain the secret documents. This is an unreleased prototype based on the arcade game.", - "reward_description": "## Rewards\nYou start with 4 lives and are awarded 100 points for each enemy shot, and 500 points for each secret document collected (visiting a red door). Each time you get shot you lose one life and the game ends when losing all lives." - }, - "enduro": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=163", - "env_description": "You are a racer in the National Enduro, a long-distance endurance race. You must overtake a certain amount of cars each day to stay on the race. The first day you need to pass 200 cars, and 300 foreach following day. The game ends if you do not meet your overtake quota for the day.", - "reward_description": "## Rewards\nYou get 1 point for each vehicle you overtake." - }, - "entombed": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=165", - "env_description": "You and your team of archeologists must navigate a maze filled with zombies.", - "reward_description": "" - }, - "et": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=157", - "env_description": "Help E.T. (the extra-terrestrial) get home! He has to collect pieces of a telephone, call his ship, and get to the landing pad.", - "reward_description": "" - }, - "fishing_derby": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=182", - "env_description": "Your objective is to catch more sunfish than your opponent.", - "reward_description": "## Rewards\nThe exact reward dynamics depend on the environment and are usually documented in the game's manual. You can\nfind these manuals on [AtariAge](https://atariage.com/manual_html_page.php?SoftwareLabelID=182)." - }, - "flag_capture": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=183", - "env_description": "You are an explorer navigating from square to square, collecting clues, and looking for a flag.", - "reward_description": "" - }, - "freeway": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=192", - "env_description": "Your objective is to guide your chicken across lane after lane of busy rush hour traffic. You receive a point for every chicken that makes it to the top of the screen after crossing all the lanes of traffic.", - "reward_description": "## Rewards\nThe exact reward dynamics depend on the environment and are usually documented in the game's manual. You can\nfind these manuals on [AtariAge](https://atariage.com/manual_html_page.php?SoftwareLabelID=192)." - }, - "frogger": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=194", - "env_description": "You are a frog trying to make their way home. Cross a highway and a perilous river without being crushed or eaten.", - "reward_description": "" - }, - "frostbite": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=199", - "env_description": "In Frostbite, the player controls \"Frostbite Bailey\" who hops back and forth across across an Arctic river, changing the color of the ice blocks from white to blue. Each time he does so, a block is added to his igloo.", - "reward_description": "## Rewards\nThe exact reward dynamics depend on the environment and are usually documented in the game's manual. You can find these manuals on [AtariAge](https://atariage.com/manual_html_page.php?SoftwareLabelID=199)." - }, - "galaxian": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=202", - "env_description": "Protect your laser base from a Galaxian invasion. Defeat each wave by firing lasers at the attackers.", - "reward_description": "" - }, - "gopher": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=218", - "env_description": "The player controls a shovel-wielding farmer who protects a crop of three carrots from a gopher.", - "reward_description": "## Rewards\nThe exact reward dynamics depend on the environment and are usually documented in the game's manual. You can find these manuals on [AtariAge](https://atariage.com/manual_html_page.php?SoftwareLabelID=218)." - }, - "gravitar": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=223", - "env_description": "The player controls a small blue spacecraft. The game starts in a fictional solar system with several planets to explore. If the player moves his ship into a planet, he will be taken to a side-view landscape.", - "reward_description": "## Rewards\nThe exact reward dynamics depend on the environment and are usually documented in the game's manual. You can find these manuals on [AtariAge](https://atariage.com/manual_html_page.php?SoftwareLabelID=223)." - }, - "hangman": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=231", - "env_description": "Guess the hidden word one letter at a time, and don't make too many incorrect guesses or you will lose. Word difficulty increases as you traverse through the games.", - "reward_description": "" - }, - "haunted_house": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=233", - "env_description": "Explore a mansion haunted by the ghost of mean, old Samuel Graves. Your goal is to find three pieces of a magic urn and leave the mansion before losing your 9 lives.", - "reward_description": "" - }, - "hero": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=228", - "env_description": "You need to rescue miners that are stuck in a mine shaft. You have access to various tools: A propeller backpack that allows you to fly wherever you want, sticks of dynamite that can be used to blast through walls, a laser beam to kill vermin, and a raft to float across stretches of lava.You have a limited amount of power. Once you run out, you lose a live.", - "reward_description": "## Rewards\nYou score points for shooting critters, rescuing miners, and dynamiting walls. Extra points are rewarded for any power remaining after rescuing a miner. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=228)." - }, - "human_cannonball": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=238", - "env_description": "Shoot a person out of a cannonball and try to get them into the water tower.", - "reward_description": "" - }, - "ice_hockey": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=241", - "env_description": "Your goal is to score as many points as possible in a standard game of Ice Hockey over a 3-minute time period. The ball is usually called \"the puck\".There are 32 shot angles ranging from the extreme left to the extreme right. The angles can only aim towards the opponent's goal. Just as in real hockey, you can pass the puck by shooting it off the sides of the rink. This can be really key when you're in position to score a goal.", - "reward_description": "## Rewards\nYou score points by shooting the puck into your opponent's goal. Your opponent scores in the same manner. There are no limits to how many points you can get per game, other than the time limit of 3-minute games.For a more detailed documentation, consult the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=241)." - }, - "jamesbond": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=250", - "env_description": "Your mission is to control Mr. Bond's specially designed multipurpose craft to complete a variety of missions. The craft moves forward with a right motion and slightly back with a left motion. An up or down motion causes the craft to jump or dive. You can also fire by either lobbing a bomb to the bottom of the screen or firing a fixed angle shot to the top of the screen.", - "reward_description": "## Rewards\nThe game ends when you complete the last mission or when you lose the last craft. In either case, you'll receive your final score. There will be a rating based on your score. The highest rating in NOVICE is 006. The highest rating in AGENT is 007. For a more detailed documentation, consult the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=250)." - }, - "journey_escape": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=252", - "env_description": "You must lead all 5 members of JOURNEY through waves of pesky characters and backstage obstacles to the Scarab Escape Vehicle before time runs out. You must also protect $50,000 in concert cash from grasping groupies, photographers, and promoters.", - "reward_description": "## Rewards\nAt the start of the game, you will have $50,000 and 60 units of time. Your end game score with be dependent on how much time you have remaining and who you encounter along the way. For a more detailed documentation, consult the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=252)." - }, - "kaboom": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=257", - "env_description": "A mad bomber is dropping bombs! Try to catch each of them in a bucket of water before they hit the ground.", - "reward_description": "" - }, - "kangaroo": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=923", - "env_description": "The object of the game is to score as many points as you can while controlling Mother Kangaroo to rescue her precious baby. You start the game with three lives. During this rescue mission, Mother Kangaroo encounters many obstacles. You need to help her climb ladders, pick bonus fruit, and throw punches at monkeys.", - "reward_description": "## Rewards\nYour score will be shown at the top right corner of the game. Your end game score with be dependent on how much time you have remaining and who you encounter along the way. For a more detailed documentation, consult the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=923)." - }, - "keystone_kapers": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=261", - "env_description": "You are a police officer (or 'Kop') trying to catch a 'Krook' as quickly as you can.", - "reward_description": "" - }, - "king_kong": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=265", - "env_description": "Climb the Empire State Building to save the person that King Kong kidnapped and placed there. Beware the bombs that King Kong throws at you as you climb!", - "reward_description": "" - }, - "klax": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=1130", - "env_description": "Flip tumbling tiles into bins to create rows of three or more matching-colored tiles (such a row is called a Klax).", - "reward_description": "" - }, - "koolaid": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=266", - "env_description": "You are the Kool-Aid Man and you are trying to stop Thirsties from drinking your pool water by running into them.", - "reward_description": "" - }, - "krull": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=267", - "env_description": "Your mission is to find and enter the Beast's Black Fortress, rescue Princess Lyssa, and destroy the Beast. The task is not an easy one, for the location of the Black Fortress changes with each sunrise on Krull.", - "reward_description": "## Rewards\nYou will receive various scores for each monster you kill. You can play the game until you have lost all your lives. For a more detailed documentation, consult the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=267)." - }, - "kung_fu_master": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=268", - "env_description": "You are a Kung-Fu Master fighting your way through the Evil Wizard's temple. Your goal is to rescue Princess Victoria, defeating various enemies along the way.", - "reward_description": "" - }, - "laser_gates": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=271", - "env_description": "The Cryptic Computer is malfunctioning! Use your Dante Dart to navigate through the computer and destroy the four Failsafe Detonators.", - "reward_description": "" - }, - "lost_luggage": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=276", - "env_description": "Catch falling luggage before it spills open on the ground.", - "reward_description": "" - }, - "mario_bros": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=286", - "env_description": "Help Mario and Luigi knock pipe pests into a puddle of water.", - "reward_description": "" - }, - "miniature_golf": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=305", - "env_description": "Hit a golf ball as few times as possible in order to get it into the hole, avoiding obstacles.", - "reward_description": "" - }, - "montezuma_revenge": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=310", - "env_description": "Your goal is to acquire Montezuma's treasure by making your way through a maze of chambers within the emperor's fortress. You must avoid deadly creatures while collecting valuables and tools which can help you escape with the treasure.", - "reward_description": "" - }, - "mr_do": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=318", - "env_description": "Help Mr. Do harvest apples before the bad guys get to him.", - "reward_description": "" - }, - "ms_pacman": { - "atariage_url": "https://atariage.com/manual_page.php?SoftwareLabelID=924", - "env_description": "Your goal is to collect all of the pellets on the screen while avoiding the ghosts.", - "reward_description": "" - }, - "name_this_game": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=323", - "env_description": "Your goal is to defend the treasure that you have discovered. You must fight off a shark and an octopus while keeping an eye on your oxygen supply.", - "reward_description": "" - }, - "othello": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=335", - "env_description": "Take turns placing tiles of your color (white or black) on a grid. You can surround an opponents tiles to change their color to yours. The goals is to end the game with the most tiles of your color on the board.", - "reward_description": "" - }, - "pacman": { - "atariage_url": "", - "env_description": "A classic arcade game. Move Pac Man around a maze collecting food and avoiding ghosts- unless you eat a Power Pellet, then you can eat the ghosts too!", - "reward_description": "" - }, - "phoenix": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=355", - "env_description": "Your goal is to reach and shoot the alien pilot. On your way there, you must eliminate waves of war birds while avoiding their bombs.", - "reward_description": "" - }, - "pitfall": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=360", - "env_description": "You control Pitfall Harry and are tasked with collecting all the treasures in a jungle within 20 minutes. You have three lives. The game is over if you collect all the treasures or if you die or if the time runs out.", - "reward_description": "## Rewards\nYou get score points for collecting treasure, you lose points through some misfortunes like falling down a hole. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=360)." - }, - "pitfall2": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=359", - "env_description": "Navigate Peruvian caves searching for niece Rhonda and cat Quicklaw as well as the lost Raj diamond.", - "reward_description": "" - }, - "pong": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=587", - "env_description": "You control the right paddle, you compete against the left paddle controlled by the computer. You each try to keep deflecting the ball away from your goal and into your opponent's goal.", - "reward_description": "## Rewards\nYou get score points for getting the ball to pass the opponent's paddle. You lose points if the ball passes your paddle. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=587)." - }, - "pooyan": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=372", - "env_description": "You are a mother pig protecting her piglets (Pooyans) from wolves. In the first scene, you can move up and down a rope. Try to shoot the worker's balloons, while guarding yourself from attacks. If the wolves reach the ground safely they will get behind and try to eat you. In the second scene, the wolves try to float up. You have to try and stop them using arrows and bait. You die if a wolf eats you, or a stone or rock hits you.", - "reward_description": "## Rewards\nIf you hit a balloon, wolf or stone with an arrow you score points. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=372)." - }, - "private_eye": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=376", - "env_description": "You control the French Private Eye Pierre Touche. Navigate the city streets, parks, secret passages, dead-ends and one-ways in search of the ringleader, Henri Le Fiend and his gang. You also need to find evidence and stolen goods that are scattered about. There are five cases, complete each case before its statute of limitations expires.", - "reward_description": "## Rewards\nYou score points for completing your tasks like gathering evidence, nabbing questionable characters or closing cases etc. You lose points if you get hit or if your auto is on a pothole.For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=376)." - }, - "qbert": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareID=1224", - "env_description": "You are Q*bert. Your goal is to change the color of all the cubes on the pyramid to the pyramid's 'destination' color. To do this, you must hop on each cube on the pyramid one at a time while avoiding nasty creatures that lurk there.", - "reward_description": "## Rewards\nYou score points for changing color of the cubes to their destination colors or by defeating enemies. You also gain points for completing a level. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SystemID=2600&SoftwareID=1224&itemTypeID=HTMLMANUAL)." - }, - "riverraid": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=409", - "env_description": "You control a jet that flies over a river: you can move it sideways and fire missiles to destroy enemy objects. Each time an enemy object is destroyed you score points (i.e. rewards).You lose a jet when you run out of fuel: fly over a fuel depot when you begin to run low. You lose a jet even when it collides with the river bank or one of the enemy objects (except fuel depots).The game begins with a squadron of three jets in reserve and you're given an additional jet (up to 9) for each 10,000 points you score.", - "reward_description": "## Rewards\nScore points are your only reward. You get score points each time you destroy an enemy object:\n| Enemy Object | Score Points |\n|--------------|--------------|\n| Tanker | 30 |\n| Helicopter | 60 |\n| Fuel Depot | 80 |\n| Jet | 100 |\n| Bridge | 500 |\nFor a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=409)." - }, - "road_runner": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=412", - "env_description": "You control the Road Runner(TM) in a race; you can control the direction to run in and times to jumps. The goal is to outrun Wile E. Coyote(TM) while avoiding the hazards of the desert. The game begins with three lives. You lose a life when the coyote catches you, picks you up in a rocket, or shoots you with a cannon. You also lose a life when a truck hits you, you hit a land mine, you fall off a cliff,or you get hit by a falling rock. You score points (i.e. rewards) by eating seeds along the road, eating steel shot, and destroying the coyote.", - "reward_description": "## Rewards\nScore points are your only reward. You get score points each time you:\n| actions | points |\n|-------------------------------------------------------|--------|\n| eat a pile of birdseed | 100 |\n| eat steel shot | 100 |\n| get the coyote hit by a mine (cannonball, rock, etc.) | 200 |\n| get the coyote hit by a truck | 1000 |\nFor a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=412)." - }, - "robotank": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=416", - "env_description": "You control your Robot Tanks to destroy enemies and avoid enemy fire. Game ends when all of your Robot Tanks are destroyed or all 12 enemy squadrons are destroyed. The game begins with one active Robot Tank and three reserves. Your Robot Tank may get lost when it is hit by enemy rocket fire - your video scrambles with static interference when this happens - or just become damaged - sensors report the damage by flashing on your control panel (look at V/C/R/T squares).You earn one bonus Robot Tank for every enemy squadron destroyed. The maximum number of bonus Robot Tanks allowed at any one time is 12.", - "reward_description": "## Rewards\nThe number of enemies destroyed is the only reward. A small tank appears at the top of your screen for each enemy you destroy. A square with the number 12 appears each time a squadron of twelve enemies are destroyed. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=416)." - }, - "seaquest": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=424", - "env_description": "You control a sub able to move in all directions and fire torpedoes. The goal is to retrieve as many divers as you can, while dodging and blasting enemy subs and killer sharks; points will be awarded accordingly. The game begins with one sub and three waiting on the horizon. Each time you increase your score by 10,000 points, an extra sub will be delivered to yourbase. You can only have six reserve subs on the screen at one time. Your sub will explode if it collides with anything except your own divers. The sub has a limited amount of oxygen that decreases at a constant rate during the game. When the oxygen tank is almost empty, you need to surface and if you don't do it in time, your sub will blow up and you'll lose one diver. Each time you're forced to surface, with less than six divers, you lose one diver as well.", - "reward_description": "## Rewards\nScore points are your only reward. Blasting enemy sub and killer shark is worth 20 points. Every time you surface with six divers, the value of enemy subs and killer sharks increases by 10, up to a maximum of 90 points each. Rescued divers start at 50 points each. Then, their point value increases by 50, every time you surface, up to a maximum of 1000 points each. You'll be further rewarded with bonus points for all the oxygen you have remaining the moment you surface. The more oxygen you have left, the more bonus points you're given. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=424)." - }, - "sir_lancelot": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=431", - "env_description": "You control Sir Lancelot, riding atop Pegasus, and your goal is to save a prisoner locked in a castle and protected by a fire-breathing dragon.", - "reward_description": "" - }, - "skiing": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=434", - "env_description": "You control a skier who can move sideways.The goal is to run through all gates (between the poles) in the fastest time. You are penalized five seconds for each gate you miss. If you hit a gate or a tree, your skier will jump back up and keep going.", - "reward_description": "## Rewards\nSeconds are your only rewards - negative rewards and penalties (e.g. missing a gate) are assigned as additional seconds. For a more detailed documentation, see [the AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=434) in particular the Slalom racing section." - }, - "solaris": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=450", - "env_description": "You control a spaceship. Blast enemies before they can blast you. You can warp to different sectors. You have to defend Federation planets, and destroy Zylon forces. Keep track of your fuel, if you run out you lose a life. Warp to a Federation planet to refuel. The game ends if all your ships are destroyed or if you reach the Solaris planet.", - "reward_description": "## Rewards\nYou gain points for destroying enemies, rescuing cadets, making it through a corridor, destroying enemy planets etc. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=450)." - }, - "space_invaders": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=460", - "env_description": "Your objective is to destroy the space invaders by shooting your laser cannon at them before they reach the Earth. The game ends when all your lives are lost after taking enemy fire, or when they reach the earth.", - "reward_description": "## Rewards\nYou gain points for destroying space invaders. The invaders in the back rows are worth more points. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=460)." - }, - "space_war": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=470", - "env_description": "Use your Star Ship to compete in a sequence of games where you try to shoot your opponent as many times as possible without being hit yourself.", - "reward_description": "" - }, - "star_gunner": { - "atariage_url": "http://www.atarimania.com/game-atari-2600-vcs-stargunner_16921.html", - "env_description": "Stop the alien invasion by shooting down alien saucers and creatures while avoiding bombs.", - "reward_description": "## Rewards\nYou score points for destroying enemies. You get bonus points for clearing a wave and a level. For a more detailed documentation, see [the Atari Mania page](http://www.atarimania.com/game-atari-2600-vcs-stargunner_16921.html)." - }, - "superman": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=533", - "env_description": "Play as Superman trying to capture Lex Luther and avoid the kryptonite satellites along the way.", - "reward_description": "" - }, - "surround": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=537", - "env_description": "Surround your opponent without running into anything yourself.", - "reward_description": "" - }, - "tennis": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=555", - "env_description": "You control the orange player playing against a computer-controlled blue player. The game follows the rules of tennis. The first player to win at least 6 games with a margin of at least two games wins the match. If the score is tied at 6-6, the first player to go 2 games up wins the match.", - "reward_description": "## Rewards\nThe scoring is as per the sport of tennis, played till one set. For a more detailed documentation, see the [AtariAge page](https://atariage.com/manual_html_page.php?SoftwareLabelID=555)." - }, - "tetris": { - "atariage_url": "", - "env_description": "Direct falling tile-based shapes to try and perfectly fill the board without leaving empty space.", - "reward_description": "" - }, - "tic_tac_toe_3d": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=521", - "env_description": "Players take turns placing their mark (an X or an O) on a 3-dimensional, 4x4x4 grid in an attempt to get 4 in a row before their opponent does.", - "reward_description": "" - }, - "time_pilot": { - "atariage_url": "http://www.atarimania.com/game-atari-2600-vcs-time-pilot_8038.html", - "env_description": "You control an aircraft. Use it to destroy your enemies. As you progress in the game, you encounter enemies with technology that is increasingly from the future.", - "reward_description": "## Rewards\nYou score points for destroying enemies, gaining more points for difficult enemies. For a more detailed documentation, see [the Atari Mania page](http://www.atarimania.com/game-atari-2600-vcs-time-pilot_8038.html)." - }, - "trondead": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=569", - "env_description": "Use your deadly saucer to knock out encroaching opponents before they get to you.", - "reward_description": "" - }, - "turmoil": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=571", - "env_description": "Blast aliens while avoiding deadly collisions.", - "reward_description": "" - }, - "tutankham": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=572", - "env_description": "Your goal is to rack up points by finding treasures in the mazes of the tomb while eliminating its guardians.", - "reward_description": "" - }, - "up_n_down": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=574", - "env_description": "Your goal is to steer your baja bugger to collect prizes and eliminate opponents.", - "reward_description": "" - }, - "venture": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=576", - "env_description": "Your goal is to capture the treasure in every chamber of the dungeon while eliminating the monsters.", - "reward_description": "" - }, - "video_checkers": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=579", - "env_description": "Classic checkers: move your color pieces towards the opposite end of the board, jumping over opponents pieces to remove them from the board and gaining a king when you reach the other side.", - "reward_description": "" - }, - "video_chess": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=581", - "env_description": "This is the usual game of chess: capture the opponents king.", - "reward_description": "" - }, - "video_cube": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=974", - "env_description": "Solve a Rubik's cube in a nonstandard way: guide Hubie around the cube and swap tiles on the cubes face with one another until each face consists of only one color.", - "reward_description": "" - }, - "video_pinball": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=588", - "env_description": "Your goal is to keep the ball in play as long as possible and to score as many points as possible.", - "reward_description": "" - }, - "wizard_of_wor": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=598", - "env_description": "Your goal is to beat the Wizard using your laser and radar scanner.", - "reward_description": "" - }, - "word_zapper": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=599", - "env_description": "Shoot letters under time pressure in the prescribed order as they scroll across the screen.", - "reward_description": "" - }, - "yars_revenge": { - "atariage_url": "https://atariage.com/manual_page.php?SoftwareLabelID=603¤tPage=1&maxPages=12", - "env_description": "The objective is to break a path through the shield and destroy the Qotile with a blast from the Zorlon Cannon.", - "reward_description": "" - }, - "zaxxon": { - "atariage_url": "https://atariage.com/manual_html_page.php?SoftwareLabelID=606", - "env_description": "Your goal is to stop the evil robot Zaxxon and its armies from enslaving the galaxy by piloting your fighter and shooting enemies.", - "reward_description": "" - } -} diff --git a/docs/_scripts/gen_atari_table.py b/docs/_scripts/gen_atari_table.py deleted file mode 100644 index b4fc66792..000000000 --- a/docs/_scripts/gen_atari_table.py +++ /dev/null @@ -1,250 +0,0 @@ -import itertools -import json - -import ale_py -import tabulate -from ale_py.registration import _rom_id_to_name -from tqdm import tqdm - -import gymnasium - - -gymnasium.register_envs(ale_py) - -impossible_roms = {"maze_craze", "joust", "warlords", "combat"} -ALL_ATARI_GAMES = { - env_spec.kwargs["game"] - for env_spec in gymnasium.registry.values() - if isinstance(env_spec.entry_point, str) - and "ale_py" in env_spec.entry_point - and env_spec.kwargs["game"] not in impossible_roms -} - -# Generate the list of all atari games on atari.md -for rom_id in sorted(ALL_ATARI_GAMES): - print(f"atari/{rom_id}") - - -def generate_value_ranges(values): - for a, b in itertools.groupby(enumerate(values), lambda pair: pair[1] - pair[0]): - b = list(b) - yield b[0][1], b[-1][1] - - -def shortened_repr(values): - output = [] - for low, high in generate_value_ranges(values): - if high - low < 5: - output.append(", ".join(map(str, range(low, high + 1)))) - else: - output.append(f"{low}, ..., {high}") - return "[" + ", ".join(output) + "]" - - -# # Test examples -# print(shortened_repr([0])) -# print(shortened_repr([1, 2, 3])) -# print(shortened_repr([0, 1, 2, 3])) -# print(shortened_repr([0, 4, 8, 12, 16, 20, 24, 28])) -# print(shortened_repr(list(range(32)) + [128])) - - -# # Generate difficult levels table on atari.md -headers = [ - "Environment", - "Possible Modes", - "Default Mode", - "Possible Difficulties", - "Default Difficulty", -] -rows = [] - -for rom_id in tqdm(ALL_ATARI_GAMES): - env_name = _rom_id_to_name(rom_id) - - env = gymnasium.make(f"ALE/{env_name}-v5").unwrapped - - available_difficulties = env.ale.getAvailableDifficulties() - default_difficulty = env.ale.cloneState().getDifficulty() - available_modes = env.ale.getAvailableModes() - default_mode = env.ale.cloneState().getCurrentMode() - - if env_name == "VideoCube": - available_modes = "[0, 1, 2, 100, 101, 102, ..., 5000, 5001, 5002]" - else: - available_modes = shortened_repr(available_modes) - - rows.append( - [ - env_name, - available_modes, - default_mode, - shortened_repr(available_difficulties), - default_difficulty, - ] - ) - env.close() - -print(tabulate.tabulate(rows, headers=headers, tablefmt="github")) - -# Generate each pages results -with open("atari-docs.json") as file: - atari_data = json.load(file) - -for rom_id in tqdm(ALL_ATARI_GAMES): - env_name = _rom_id_to_name(rom_id) - - env = gymnasium.make(f"ALE/{env_name}-v5").unwrapped - if rom_id in atari_data: - env_data = atari_data[rom_id] - - env_description = env_data["env_description"] - if env_data["atariage_url"]: - env_url = f""" -For a more detailed documentation, see [the AtariAge page]({env_data['atariage_url']}) -""" - else: - env_url = "" - reward_description = env_data["reward_description"] - else: - # Add the information to `atari_docs.json` and rerun this file to generate the new documentation - env_description = f"{env_name} is missing description documentation. If you are interested in writing up a description, please create an issue or PR with the information on the Gymnasium github." - env_url = "" - reward_description = "" - - table_values = map( - lambda s: f"`{s}`", - itertools.chain(*zip(range(env.action_space.n), env.get_action_meanings())), - ) - default_action_table = tabulate.tabulate( - list(itertools.zip_longest(*([iter(table_values)] * 6), fillvalue="")), - headers=["Value", "Meaning", "Value", "Meaning", "Value", "Meaning"], - tablefmt="github", - ) - if env.action_space.n == 18: - action_description = f"""{env_name} has the action space `{env.action_space}` with the table below listing the meaning of each action's meanings. -As {env_name} uses the full set of actions then specifying `full_action_space=True` will not modify the action space of the environment if passed to `gymnasium.make`.""" - else: - action_description = f"""{env_name} has the action space of `{env.action_space}` with the table below listing the meaning of each action's meanings. -To enable all 18 possible actions that can be performed on an Atari 2600, specify `full_action_space=True` during -initialization or by passing `full_action_space=True` to `gymnasium.make`.""" - - # Environment variants - env_specs = sorted( - [ - env_spec - for env_spec in gymnasium.registry.values() - if env_name in env_spec.name and "ale_py" in env_spec.entry_point - ], - key=lambda env_spec: f"{env_spec.version}{env_spec.name}", - ) - - env_variant_headers = [ - "Env-id", - "obs_type=", - "frameskip=", - "repeat_action_probability=", - ] - env_variant_rows = [ - [ - env_spec.id, - f'`"{env_spec.kwargs["obs_type"]}"`', - f'`{env_spec.kwargs["frameskip"]}`', - f'`{env_spec.kwargs["repeat_action_probability"]}`', - ] - for env_spec in env_specs - ] - env_variant_table = tabulate.tabulate( - env_variant_rows, headers=env_variant_headers, tablefmt="github" - ) - - # difficult and mode description - - difficulty_mode_header = [ - "Available Modes", - "Default Mode", - "Available Difficulties", - "Default Difficulty", - ] - difficulty_mode_row = [ - [ - f"`{shortened_repr(env.ale.getAvailableModes())}`", - f"`{env.ale.cloneState().getCurrentMode()}`", - f"`{shortened_repr(env.ale.getAvailableDifficulties())}`", - f"`{env.ale.cloneState().getDifficulty()}`", - ] - ] - difficulty_mode_table = tabulate.tabulate( - difficulty_mode_row, headers=difficulty_mode_header, tablefmt="github" - ) - - env.close() - - TEMPLATE = f"""--- -title: {env_name} ---- - -# {env_name} - -```{{figure}} ../../_static/videos/atari/{rom_id}.gif -:width: 120px -:name: {env_name} -``` - -This environment is part of the Atari environments. Please read that page first for general information. - -| | | -|---|---| -| Action Space | {env.action_space} | -| Observation Space | {env.observation_space} | -| Import | `gymnasium.make("{env.spec.id}")` | - -For more {env_name} variants with different observation and action spaces, see the variants section. - -## Description - -{env_description} -{env_url} -## Actions - -{action_description} - -{default_action_table} - -## Observations - -Atari environments have three possible observation types: `"rgb"`, `"grayscale"` and `"ram"`. - -- `obs_type="rgb" -> observation_space=Box(0, 255, (210, 160, 3), np.uint8)` -- `obs_type="ram" -> observation_space=Box(0, 255, (128,), np.uint8)` -- `obs_type="grayscale" -> Box(0, 255, (210, 160), np.uint8)`, a grayscale version of the "rgb" type - -See variants section for the type of observation used by each environment id by default. - -{reward_description} - -## Variants - -{env_name} has the following variants of the environment id which have the following differences in observation, -the number of frame-skips and the repeat action probability. - -{env_variant_table} - -## Difficulty and modes - -It is possible to specify various flavors of the environment via the keyword arguments `difficulty` and `mode`. -A flavor is a combination of a game mode and a difficulty setting. The table below lists the possible difficulty and mode values -along with the default values. - -{difficulty_mode_table} - -## Version History - -A thorough discussion of the intricate differences between the versions and configurations can be found in the general article on Atari environments. - -* v5: Stickiness was added back and stochastic frame-skipping was removed. The environments are now in the "ALE" namespace. -* v4: Stickiness of actions was removed -* v0: Initial versions release -""" - with open(f"../environments/atari/{rom_id}.md", "w") as file: - file.write(TEMPLATE) diff --git a/docs/_scripts/gen_envs_display.py b/docs/_scripts/gen_envs_display.py index ca3714e56..be6739d21 100644 --- a/docs/_scripts/gen_envs_display.py +++ b/docs/_scripts/gen_envs_display.py @@ -31,115 +31,6 @@ "pendulum", ], }, - { - "id": "atari", - "list": [ - "adventure", - "air_raid", - "alien", - "amidar", - "assault", - "asterix", - "asteroids", - "atlantis", - "atlantis2", - "backgammon", - "bank_heist", - "basic_math", - "battle_zone", - "beam_rider", - "berzerk", - "blackjack", - "bowling", - "boxing", - "breakout", - "carnival", - "casino", - "centipede", - "chopper_command", - "crazy_climber", - "crossbow", - "darkchambers", - "defender", - "demon_attack", - "donkey_kong", - "double_dunk", - "earthworld", - "elevator_action", - "enduro", - "entombed", - "et", - "fishing_derby", - "flag_capture", - "freeway", - "frogger", - "frostbite", - "galaxian", - "gopher", - "gravitar", - "hangman", - "haunted_house", - "hero", - "human_cannonball", - "ice_hockey", - "jamesbond", - "journey_escape", - "kaboom", - "kangaroo", - "keystone_kapers", - "king_kong", - "klax", - "koolaid", - "krull", - "kung_fu_master", - "laser_gates", - "lost_luggage", - "mario_bros", - "miniature_golf", - "montezuma_revenge", - "mr_do", - "ms_pacman", - "name_this_game", - "othello", - "pacman", - "phoenix", - "pitfall", - "pitfall2", - "pong", - "pooyan", - "private_eye", - "qbert", - "riverraid", - "road_runner", - "robotank", - "seaquest", - "sir_lancelot", - "skiing", - "solaris", - "space_invaders", - "space_war", - "star_gunner", - "superman", - "surround", - "tennis", - "tetris", - "tic_tac_toe_3d", - "time_pilot", - "trondead", - "turmoil", - "tutankham", - "up_n_down", - "venture", - "video_checkers", - "video_chess", - "video_cube", - "video_pinball", - "wizard_of_wor", - "word_zapper", - "yars_revenge", - "zaxxon", - ], - }, ] diff --git a/docs/_scripts/gen_gifs.py b/docs/_scripts/gen_gifs.py index ec9aee361..93bda911a 100644 --- a/docs/_scripts/gen_gifs.py +++ b/docs/_scripts/gen_gifs.py @@ -51,12 +51,8 @@ # make sure video doesn't already exist # if not os.path.exists(os.path.join(v_path, env_name + ".gif")): - if "ALE" == env_spec.namespace: - env_module = "atari" - env_name = env_spec.kwargs["game"] - else: - env_module = env_spec.entry_point.split(".")[2] - env_name = re.sub(r"(? Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Adventure's new page.

diff --git a/docs/environments/atari/air_raid.md b/docs/environments/atari/air_raid.md index 3c8fcf3e5..5b5f54fe9 100644 --- a/docs/environments/atari/air_raid.md +++ b/docs/environments/atari/air_raid.md @@ -1,9 +1,15 @@ +--- +title: Air Raid +--- + +# Air Raid + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Air Raid's new page.

diff --git a/docs/environments/atari/alien.md b/docs/environments/atari/alien.md index e19e8e95d..9bb4f7441 100644 --- a/docs/environments/atari/alien.md +++ b/docs/environments/atari/alien.md @@ -1,9 +1,15 @@ +--- +title: Alien +--- + +# Alien + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Alien's new page.

diff --git a/docs/environments/atari/amidar.md b/docs/environments/atari/amidar.md index 3ed67955d..f213e185e 100644 --- a/docs/environments/atari/amidar.md +++ b/docs/environments/atari/amidar.md @@ -1,9 +1,15 @@ +--- +title: Amidar +--- + +# Amidar + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Amidar's new page.

diff --git a/docs/environments/atari/assault.md b/docs/environments/atari/assault.md index c060d86eb..4c0dfdb10 100644 --- a/docs/environments/atari/assault.md +++ b/docs/environments/atari/assault.md @@ -1,9 +1,15 @@ +--- +title: Assault +--- + +# Assault + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Assault's new page.

diff --git a/docs/environments/atari/asterix.md b/docs/environments/atari/asterix.md index b97310fca..c7e7cec6d 100644 --- a/docs/environments/atari/asterix.md +++ b/docs/environments/atari/asterix.md @@ -1,9 +1,15 @@ +--- +title: Asterix +--- + +# Asterix + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Asterix's new page.

diff --git a/docs/environments/atari/asteroids.md b/docs/environments/atari/asteroids.md index 797cd69d8..d22196c72 100644 --- a/docs/environments/atari/asteroids.md +++ b/docs/environments/atari/asteroids.md @@ -1,9 +1,15 @@ +--- +title: Asteroids +--- + +# Asteroids + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Asteroids's new page.

diff --git a/docs/environments/atari/atlantis.md b/docs/environments/atari/atlantis.md index f40917547..e927b988f 100644 --- a/docs/environments/atari/atlantis.md +++ b/docs/environments/atari/atlantis.md @@ -1,9 +1,15 @@ +--- +title: Atlantis +--- + +# Atlantis + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Atlantis's new page.

diff --git a/docs/environments/atari/atlantis2.md b/docs/environments/atari/atlantis2.md index e2ec6d89f..22bc1f3df 100644 --- a/docs/environments/atari/atlantis2.md +++ b/docs/environments/atari/atlantis2.md @@ -1,9 +1,15 @@ +--- +title: Atlantis2 +--- + +# Atlantis2 + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Atlantis2's new page.

diff --git a/docs/environments/atari/backgammon.md b/docs/environments/atari/backgammon.md index 3196312c5..636f5c3ac 100644 --- a/docs/environments/atari/backgammon.md +++ b/docs/environments/atari/backgammon.md @@ -1,9 +1,15 @@ +--- +title: Backgammon +--- + +# Backgammon + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Backgammon's new page.

diff --git a/docs/environments/atari/bank_heist.md b/docs/environments/atari/bank_heist.md index c916f47c9..94276c939 100644 --- a/docs/environments/atari/bank_heist.md +++ b/docs/environments/atari/bank_heist.md @@ -1,9 +1,15 @@ +--- +title: Bank Heist +--- + +# Bank Heist + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Bank Heist's new page.

diff --git a/docs/environments/atari/basic_math.md b/docs/environments/atari/basic_math.md index e1bee0c74..da32a9411 100644 --- a/docs/environments/atari/basic_math.md +++ b/docs/environments/atari/basic_math.md @@ -1,9 +1,15 @@ +--- +title: Basic Math +--- + +# Basic Math + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Basic Math's new page.

diff --git a/docs/environments/atari/battle_zone.md b/docs/environments/atari/battle_zone.md index 7aea2ab95..c5274c7bd 100644 --- a/docs/environments/atari/battle_zone.md +++ b/docs/environments/atari/battle_zone.md @@ -1,9 +1,15 @@ +--- +title: Battle Zone +--- + +# Battle Zone + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Battle Zone's new page.

diff --git a/docs/environments/atari/beam_rider.md b/docs/environments/atari/beam_rider.md index 20d70d609..84a068528 100644 --- a/docs/environments/atari/beam_rider.md +++ b/docs/environments/atari/beam_rider.md @@ -1,9 +1,15 @@ +--- +title: Beam Rider +--- + +# Beam Rider + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Beam Rider's new page.

diff --git a/docs/environments/atari/berzerk.md b/docs/environments/atari/berzerk.md index f443a1633..ffecfc999 100644 --- a/docs/environments/atari/berzerk.md +++ b/docs/environments/atari/berzerk.md @@ -1,9 +1,15 @@ +--- +title: Berzerk +--- + +# Berzerk + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Berzerk's new page.

diff --git a/docs/environments/atari/blackjack.md b/docs/environments/atari/blackjack.md index 10f0b1809..469ed7028 100644 --- a/docs/environments/atari/blackjack.md +++ b/docs/environments/atari/blackjack.md @@ -1,9 +1,15 @@ +--- +title: Blackjack +--- + +# Blackjack + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Blackjack's new page.

diff --git a/docs/environments/atari/bowling.md b/docs/environments/atari/bowling.md index 857a3c90e..8a9d83b6f 100644 --- a/docs/environments/atari/bowling.md +++ b/docs/environments/atari/bowling.md @@ -1,9 +1,15 @@ +--- +title: Bowling +--- + +# Bowling + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Bowling's new page.

diff --git a/docs/environments/atari/boxing.md b/docs/environments/atari/boxing.md index 2c6a40c2e..c5df68108 100644 --- a/docs/environments/atari/boxing.md +++ b/docs/environments/atari/boxing.md @@ -1,9 +1,15 @@ +--- +title: Boxing +--- + +# Boxing + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Boxing's new page.

diff --git a/docs/environments/atari/breakout.md b/docs/environments/atari/breakout.md index 069383f7e..30697725c 100644 --- a/docs/environments/atari/breakout.md +++ b/docs/environments/atari/breakout.md @@ -1,9 +1,15 @@ +--- +title: Breakout +--- + +# Breakout + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Breakout's new page.

diff --git a/docs/environments/atari/carnival.md b/docs/environments/atari/carnival.md index 71b98bc2a..9167fe704 100644 --- a/docs/environments/atari/carnival.md +++ b/docs/environments/atari/carnival.md @@ -1,9 +1,15 @@ +--- +title: Carnival +--- + +# Carnival + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Carnival's new page.

diff --git a/docs/environments/atari/casino.md b/docs/environments/atari/casino.md index 899289c1f..520f33553 100644 --- a/docs/environments/atari/casino.md +++ b/docs/environments/atari/casino.md @@ -1,9 +1,15 @@ +--- +title: Casino +--- + +# Casino + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Casino's new page.

diff --git a/docs/environments/atari/centipede.md b/docs/environments/atari/centipede.md index 40ce854a5..41ab32c07 100644 --- a/docs/environments/atari/centipede.md +++ b/docs/environments/atari/centipede.md @@ -1,9 +1,15 @@ +--- +title: Centipede +--- + +# Centipede + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Centipede's new page.

diff --git a/docs/environments/atari/chopper_command.md b/docs/environments/atari/chopper_command.md index 54eeac773..71590da1f 100644 --- a/docs/environments/atari/chopper_command.md +++ b/docs/environments/atari/chopper_command.md @@ -1,9 +1,15 @@ +--- +title: Chopper Command +--- + +# Chopper Command + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Chopper Command's new page.

diff --git a/docs/environments/atari/crazy_climber.md b/docs/environments/atari/crazy_climber.md index 7a14e55c8..b449100ed 100644 --- a/docs/environments/atari/crazy_climber.md +++ b/docs/environments/atari/crazy_climber.md @@ -1,9 +1,15 @@ +--- +title: Crazy Climber +--- + +# Crazy Climber + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Crazy Climber's new page.

diff --git a/docs/environments/atari/crossbow.md b/docs/environments/atari/crossbow.md index 217280263..84ba92383 100644 --- a/docs/environments/atari/crossbow.md +++ b/docs/environments/atari/crossbow.md @@ -1,9 +1,15 @@ +--- +title: Crossbow +--- + +# Crossbow + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Crossbow's new page.

diff --git a/docs/environments/atari/darkchambers.md b/docs/environments/atari/darkchambers.md index 611872404..085b3eb2a 100644 --- a/docs/environments/atari/darkchambers.md +++ b/docs/environments/atari/darkchambers.md @@ -1,9 +1,15 @@ +--- +title: Darkchambers +--- + +# Darkchambers + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Darkchambers's new page.

diff --git a/docs/environments/atari/defender.md b/docs/environments/atari/defender.md index a5bd4b882..800d251e5 100644 --- a/docs/environments/atari/defender.md +++ b/docs/environments/atari/defender.md @@ -1,9 +1,15 @@ +--- +title: Defender +--- + +# Defender + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Defender's new page.

diff --git a/docs/environments/atari/demon_attack.md b/docs/environments/atari/demon_attack.md index b93eb15bd..308c1140e 100644 --- a/docs/environments/atari/demon_attack.md +++ b/docs/environments/atari/demon_attack.md @@ -1,9 +1,15 @@ +--- +title: Demon Attack +--- + +# Demon Attack + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Demon Attack's new page.

diff --git a/docs/environments/atari/donkey_kong.md b/docs/environments/atari/donkey_kong.md index eb2831f6f..1f82f20d8 100644 --- a/docs/environments/atari/donkey_kong.md +++ b/docs/environments/atari/donkey_kong.md @@ -1,9 +1,15 @@ +--- +title: Donkey Kong +--- + +# Donkey Kong + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Donkey Kong's new page.

diff --git a/docs/environments/atari/double_dunk.md b/docs/environments/atari/double_dunk.md index bd39c2127..a8616f7c4 100644 --- a/docs/environments/atari/double_dunk.md +++ b/docs/environments/atari/double_dunk.md @@ -1,9 +1,15 @@ +--- +title: Double Dunk +--- + +# Double Dunk + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Double Dunk's new page.

diff --git a/docs/environments/atari/earthworld.md b/docs/environments/atari/earthworld.md index 52cdbdaad..294ec9599 100644 --- a/docs/environments/atari/earthworld.md +++ b/docs/environments/atari/earthworld.md @@ -1,9 +1,15 @@ +--- +title: Earthworld +--- + +# Earthworld + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Earthworld's new page.

diff --git a/docs/environments/atari/elevator_action.md b/docs/environments/atari/elevator_action.md index 0ada5a7de..c9efe43c0 100644 --- a/docs/environments/atari/elevator_action.md +++ b/docs/environments/atari/elevator_action.md @@ -1,9 +1,15 @@ +--- +title: Elevator Action +--- + +# Elevator Action + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Elevator Action's new page.

diff --git a/docs/environments/atari/enduro.md b/docs/environments/atari/enduro.md index f7c60dda5..3421b7f5b 100644 --- a/docs/environments/atari/enduro.md +++ b/docs/environments/atari/enduro.md @@ -1,9 +1,15 @@ +--- +title: Enduro +--- + +# Enduro + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Enduro's new page.

diff --git a/docs/environments/atari/entombed.md b/docs/environments/atari/entombed.md index da33c3de7..a356e9a77 100644 --- a/docs/environments/atari/entombed.md +++ b/docs/environments/atari/entombed.md @@ -1,9 +1,15 @@ +--- +title: Entombed +--- + +# Entombed + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Entombed's new page.

diff --git a/docs/environments/atari/et.md b/docs/environments/atari/et.md index 1381b28dd..afb949bf9 100644 --- a/docs/environments/atari/et.md +++ b/docs/environments/atari/et.md @@ -1,9 +1,15 @@ +--- +title: Et +--- + +# Et + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Et's new page.

diff --git a/docs/environments/atari/fishing_derby.md b/docs/environments/atari/fishing_derby.md index a7e0f0fc5..b3e4a6a6c 100644 --- a/docs/environments/atari/fishing_derby.md +++ b/docs/environments/atari/fishing_derby.md @@ -1,9 +1,15 @@ +--- +title: Fishing Derby +--- + +# Fishing Derby + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Fishing Derby's new page.

diff --git a/docs/environments/atari/flag_capture.md b/docs/environments/atari/flag_capture.md index 2a95fd0ae..808a2c93f 100644 --- a/docs/environments/atari/flag_capture.md +++ b/docs/environments/atari/flag_capture.md @@ -1,9 +1,15 @@ +--- +title: Flag Capture +--- + +# Flag Capture + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Flag Capture's new page.

diff --git a/docs/environments/atari/freeway.md b/docs/environments/atari/freeway.md index 99495d7e2..54421b1bb 100644 --- a/docs/environments/atari/freeway.md +++ b/docs/environments/atari/freeway.md @@ -1,9 +1,15 @@ +--- +title: Freeway +--- + +# Freeway + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Freeway's new page.

diff --git a/docs/environments/atari/frogger.md b/docs/environments/atari/frogger.md index 0e8163942..5200183e7 100644 --- a/docs/environments/atari/frogger.md +++ b/docs/environments/atari/frogger.md @@ -1,9 +1,15 @@ +--- +title: Frogger +--- + +# Frogger + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Frogger's new page.

diff --git a/docs/environments/atari/frostbite.md b/docs/environments/atari/frostbite.md index cd8bb4c99..e0b9f0a92 100644 --- a/docs/environments/atari/frostbite.md +++ b/docs/environments/atari/frostbite.md @@ -1,9 +1,15 @@ +--- +title: Frostbite +--- + +# Frostbite + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Frostbite's new page.

diff --git a/docs/environments/atari/galaxian.md b/docs/environments/atari/galaxian.md index 57fdf6a5d..317347b0a 100644 --- a/docs/environments/atari/galaxian.md +++ b/docs/environments/atari/galaxian.md @@ -1,9 +1,15 @@ +--- +title: Galaxian +--- + +# Galaxian + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Galaxian's new page.

diff --git a/docs/environments/atari/gopher.md b/docs/environments/atari/gopher.md index e90fd2486..f2debb042 100644 --- a/docs/environments/atari/gopher.md +++ b/docs/environments/atari/gopher.md @@ -1,9 +1,15 @@ +--- +title: Gopher +--- + +# Gopher + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Gopher's new page.

diff --git a/docs/environments/atari/gravitar.md b/docs/environments/atari/gravitar.md index 9a7a174c4..4c2850855 100644 --- a/docs/environments/atari/gravitar.md +++ b/docs/environments/atari/gravitar.md @@ -1,9 +1,15 @@ +--- +title: Gravitar +--- + +# Gravitar + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Gravitar's new page.

diff --git a/docs/environments/atari/hangman.md b/docs/environments/atari/hangman.md index 98016c223..772dc0c08 100644 --- a/docs/environments/atari/hangman.md +++ b/docs/environments/atari/hangman.md @@ -1,9 +1,15 @@ +--- +title: Hangman +--- + +# Hangman + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Hangman's new page.

diff --git a/docs/environments/atari/haunted_house.md b/docs/environments/atari/haunted_house.md index 25684797f..8e9542d7e 100644 --- a/docs/environments/atari/haunted_house.md +++ b/docs/environments/atari/haunted_house.md @@ -1,9 +1,15 @@ +--- +title: Haunted House +--- + +# Haunted House + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Haunted House's new page.

diff --git a/docs/environments/atari/hero.md b/docs/environments/atari/hero.md index 5df8069ee..d9f53c697 100644 --- a/docs/environments/atari/hero.md +++ b/docs/environments/atari/hero.md @@ -1,9 +1,15 @@ +--- +title: Hero +--- + +# Hero + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Hero's new page.

diff --git a/docs/environments/atari/human_cannonball.md b/docs/environments/atari/human_cannonball.md index eb34d7054..9b85cb65f 100644 --- a/docs/environments/atari/human_cannonball.md +++ b/docs/environments/atari/human_cannonball.md @@ -1,9 +1,15 @@ +--- +title: Human Cannonball +--- + +# Human Cannonball + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Human Cannonball's new page.

diff --git a/docs/environments/atari/ice_hockey.md b/docs/environments/atari/ice_hockey.md index fbbdeadcc..c51620e76 100644 --- a/docs/environments/atari/ice_hockey.md +++ b/docs/environments/atari/ice_hockey.md @@ -1,9 +1,15 @@ +--- +title: Ice Hockey +--- + +# Ice Hockey + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Ice Hockey's new page.

diff --git a/docs/environments/atari/jamesbond.md b/docs/environments/atari/jamesbond.md index 4b0543b41..6661e8efe 100644 --- a/docs/environments/atari/jamesbond.md +++ b/docs/environments/atari/jamesbond.md @@ -1,9 +1,15 @@ +--- +title: Jamesbond +--- + +# Jamesbond + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Jamesbond's new page.

diff --git a/docs/environments/atari/journey_escape.md b/docs/environments/atari/journey_escape.md index 281f33f3f..bf4cdc462 100644 --- a/docs/environments/atari/journey_escape.md +++ b/docs/environments/atari/journey_escape.md @@ -1,9 +1,15 @@ +--- +title: Journey Escape +--- + +# Journey Escape + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Journey Escape's new page.

diff --git a/docs/environments/atari/kaboom.md b/docs/environments/atari/kaboom.md index 76e77473a..0ea3b68bc 100644 --- a/docs/environments/atari/kaboom.md +++ b/docs/environments/atari/kaboom.md @@ -1,9 +1,15 @@ +--- +title: Kaboom +--- + +# Kaboom + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Kaboom's new page.

diff --git a/docs/environments/atari/kangaroo.md b/docs/environments/atari/kangaroo.md index 698f46b9e..bb906d2e8 100644 --- a/docs/environments/atari/kangaroo.md +++ b/docs/environments/atari/kangaroo.md @@ -1,9 +1,15 @@ +--- +title: Kangaroo +--- + +# Kangaroo + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Kangaroo's new page.

diff --git a/docs/environments/atari/keystone_kapers.md b/docs/environments/atari/keystone_kapers.md index 371f3986e..1f6d08c60 100644 --- a/docs/environments/atari/keystone_kapers.md +++ b/docs/environments/atari/keystone_kapers.md @@ -1,9 +1,15 @@ +--- +title: Keystone Kapers +--- + +# Keystone Kapers + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Keystone Kapers's new page.

diff --git a/docs/environments/atari/king_kong.md b/docs/environments/atari/king_kong.md index 34944e56d..7c2556fa9 100644 --- a/docs/environments/atari/king_kong.md +++ b/docs/environments/atari/king_kong.md @@ -1,9 +1,15 @@ +--- +title: King Kong +--- + +# King Kong + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to King Kong's new page.

diff --git a/docs/environments/atari/klax.md b/docs/environments/atari/klax.md index 2e86768fb..50305e2bd 100644 --- a/docs/environments/atari/klax.md +++ b/docs/environments/atari/klax.md @@ -1,9 +1,15 @@ +--- +title: Klax +--- + +# Klax + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Klax's new page.

diff --git a/docs/environments/atari/koolaid.md b/docs/environments/atari/koolaid.md index 892ac3db8..f6d210d44 100644 --- a/docs/environments/atari/koolaid.md +++ b/docs/environments/atari/koolaid.md @@ -1,9 +1,15 @@ +--- +title: Koolaid +--- + +# Koolaid + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Koolaid's new page.

diff --git a/docs/environments/atari/krull.md b/docs/environments/atari/krull.md index f234a048a..2f310ab53 100644 --- a/docs/environments/atari/krull.md +++ b/docs/environments/atari/krull.md @@ -1,9 +1,15 @@ +--- +title: Krull +--- + +# Krull + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Krull's new page.

diff --git a/docs/environments/atari/kung_fu_master.md b/docs/environments/atari/kung_fu_master.md index 6705d2895..03540fae2 100644 --- a/docs/environments/atari/kung_fu_master.md +++ b/docs/environments/atari/kung_fu_master.md @@ -1,9 +1,15 @@ +--- +title: Kung Fu Master +--- + +# Kung Fu Master + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Kung Fu Master's new page.

diff --git a/docs/environments/atari/laser_gates.md b/docs/environments/atari/laser_gates.md index 0a2d63dbc..817b5f68c 100644 --- a/docs/environments/atari/laser_gates.md +++ b/docs/environments/atari/laser_gates.md @@ -1,9 +1,15 @@ +--- +title: Laser Gates +--- + +# Laser Gates + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Laser Gates's new page.

diff --git a/docs/environments/atari/lost_luggage.md b/docs/environments/atari/lost_luggage.md index b4a149149..61066ff6f 100644 --- a/docs/environments/atari/lost_luggage.md +++ b/docs/environments/atari/lost_luggage.md @@ -1,9 +1,15 @@ +--- +title: Lost Luggage +--- + +# Lost Luggage + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Lost Luggage's new page.

diff --git a/docs/environments/atari/mario_bros.md b/docs/environments/atari/mario_bros.md index 05e309e31..d82f880d6 100644 --- a/docs/environments/atari/mario_bros.md +++ b/docs/environments/atari/mario_bros.md @@ -1,9 +1,15 @@ +--- +title: Mario Bros +--- + +# Mario Bros + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Mario Bros's new page.

diff --git a/docs/environments/atari/miniature_golf.md b/docs/environments/atari/miniature_golf.md index 59350032a..60c08396a 100644 --- a/docs/environments/atari/miniature_golf.md +++ b/docs/environments/atari/miniature_golf.md @@ -1,9 +1,15 @@ +--- +title: Miniature Golf +--- + +# Miniature Golf + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Miniature Golf's new page.

diff --git a/docs/environments/atari/montezuma_revenge.md b/docs/environments/atari/montezuma_revenge.md index cd640c8ce..3fa8d0b06 100644 --- a/docs/environments/atari/montezuma_revenge.md +++ b/docs/environments/atari/montezuma_revenge.md @@ -1,9 +1,15 @@ +--- +title: Montezuma Revenge +--- + +# Montezuma Revenge + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Montezuma Revenge's new page.

diff --git a/docs/environments/atari/mr_do.md b/docs/environments/atari/mr_do.md index 167f99995..2c58f8fd6 100644 --- a/docs/environments/atari/mr_do.md +++ b/docs/environments/atari/mr_do.md @@ -1,9 +1,15 @@ +--- +title: Mr Do +--- + +# Mr Do + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Mr Do's new page.

diff --git a/docs/environments/atari/ms_pacman.md b/docs/environments/atari/ms_pacman.md index b10a447be..58679180c 100644 --- a/docs/environments/atari/ms_pacman.md +++ b/docs/environments/atari/ms_pacman.md @@ -1,9 +1,15 @@ +--- +title: Ms Pacman +--- + +# Ms Pacman + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Ms Pacman's new page.

diff --git a/docs/environments/atari/name_this_game.md b/docs/environments/atari/name_this_game.md index eb84c177d..32651c320 100644 --- a/docs/environments/atari/name_this_game.md +++ b/docs/environments/atari/name_this_game.md @@ -1,9 +1,15 @@ +--- +title: Name This Game +--- + +# Name This Game + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Name This Game's new page.

diff --git a/docs/environments/atari/othello.md b/docs/environments/atari/othello.md index 6d4aa4c6a..bd2d87289 100644 --- a/docs/environments/atari/othello.md +++ b/docs/environments/atari/othello.md @@ -1,9 +1,15 @@ +--- +title: Othello +--- + +# Othello + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Othello's new page.

diff --git a/docs/environments/atari/pacman.md b/docs/environments/atari/pacman.md index 58861da33..4f172ff71 100644 --- a/docs/environments/atari/pacman.md +++ b/docs/environments/atari/pacman.md @@ -1,9 +1,15 @@ +--- +title: Pacman +--- + +# Pacman + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Pacman's new page.

diff --git a/docs/environments/atari/phoenix.md b/docs/environments/atari/phoenix.md index 1559f5f65..2a97125da 100644 --- a/docs/environments/atari/phoenix.md +++ b/docs/environments/atari/phoenix.md @@ -1,9 +1,15 @@ +--- +title: Phoenix +--- + +# Phoenix + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Phoenix's new page.

diff --git a/docs/environments/atari/pitfall.md b/docs/environments/atari/pitfall.md index 475380f1f..17593aa41 100644 --- a/docs/environments/atari/pitfall.md +++ b/docs/environments/atari/pitfall.md @@ -1,9 +1,15 @@ +--- +title: Pitfall +--- + +# Pitfall + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Pitfall's new page.

diff --git a/docs/environments/atari/pitfall2.md b/docs/environments/atari/pitfall2.md index ab46f88cb..713da840e 100644 --- a/docs/environments/atari/pitfall2.md +++ b/docs/environments/atari/pitfall2.md @@ -1,9 +1,15 @@ +--- +title: Pitfall2 +--- + +# Pitfall2 + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Pitfall2's new page.

diff --git a/docs/environments/atari/pong.md b/docs/environments/atari/pong.md index 0e1990632..2f2ffef42 100644 --- a/docs/environments/atari/pong.md +++ b/docs/environments/atari/pong.md @@ -1,9 +1,15 @@ +--- +title: Pong +--- + +# Pong + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Pong's new page.

diff --git a/docs/environments/atari/pooyan.md b/docs/environments/atari/pooyan.md index a5433bb7b..8ace4a6ec 100644 --- a/docs/environments/atari/pooyan.md +++ b/docs/environments/atari/pooyan.md @@ -1,9 +1,15 @@ +--- +title: Pooyan +--- + +# Pooyan + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Pooyan's new page.

diff --git a/docs/environments/atari/private_eye.md b/docs/environments/atari/private_eye.md index 72886e1bc..116f5aec3 100644 --- a/docs/environments/atari/private_eye.md +++ b/docs/environments/atari/private_eye.md @@ -1,9 +1,15 @@ +--- +title: Private Eye +--- + +# Private Eye + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Private Eye's new page.

diff --git a/docs/environments/atari/qbert.md b/docs/environments/atari/qbert.md index 3417753d2..1c2914881 100644 --- a/docs/environments/atari/qbert.md +++ b/docs/environments/atari/qbert.md @@ -1,9 +1,15 @@ +--- +title: Qbert +--- + +# Qbert + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Qbert's new page.

diff --git a/docs/environments/atari/riverraid.md b/docs/environments/atari/riverraid.md index 9105672fc..792ab63ee 100644 --- a/docs/environments/atari/riverraid.md +++ b/docs/environments/atari/riverraid.md @@ -1,9 +1,15 @@ +--- +title: Riverraid +--- + +# Riverraid + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Riverraid's new page.

diff --git a/docs/environments/atari/road_runner.md b/docs/environments/atari/road_runner.md index 0006eec0e..a6744f3ea 100644 --- a/docs/environments/atari/road_runner.md +++ b/docs/environments/atari/road_runner.md @@ -1,9 +1,15 @@ +--- +title: Road Runner +--- + +# Road Runner + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Road Runner's new page.

diff --git a/docs/environments/atari/robotank.md b/docs/environments/atari/robotank.md index df59ef020..3822cbc3c 100644 --- a/docs/environments/atari/robotank.md +++ b/docs/environments/atari/robotank.md @@ -1,9 +1,15 @@ +--- +title: Robotank +--- + +# Robotank + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Robotank's new page.

diff --git a/docs/environments/atari/seaquest.md b/docs/environments/atari/seaquest.md index 879f883da..beecd2fee 100644 --- a/docs/environments/atari/seaquest.md +++ b/docs/environments/atari/seaquest.md @@ -1,9 +1,15 @@ +--- +title: Seaquest +--- + +# Seaquest + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Seaquest's new page.

diff --git a/docs/environments/atari/sir_lancelot.md b/docs/environments/atari/sir_lancelot.md index b77393d5a..44369e228 100644 --- a/docs/environments/atari/sir_lancelot.md +++ b/docs/environments/atari/sir_lancelot.md @@ -1,9 +1,15 @@ +--- +title: Sir Lancelot +--- + +# Sir Lancelot + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Sir Lancelot's new page.

diff --git a/docs/environments/atari/skiing.md b/docs/environments/atari/skiing.md index 83d24269b..ad8639c8a 100644 --- a/docs/environments/atari/skiing.md +++ b/docs/environments/atari/skiing.md @@ -1,9 +1,15 @@ +--- +title: Skiing +--- + +# Skiing + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Skiing's new page.

diff --git a/docs/environments/atari/solaris.md b/docs/environments/atari/solaris.md index 1878cdbcd..79e19b9b5 100644 --- a/docs/environments/atari/solaris.md +++ b/docs/environments/atari/solaris.md @@ -1,9 +1,15 @@ +--- +title: Solaris +--- + +# Solaris + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Solaris's new page.

diff --git a/docs/environments/atari/space_invaders.md b/docs/environments/atari/space_invaders.md index eba3e5ec4..47797934a 100644 --- a/docs/environments/atari/space_invaders.md +++ b/docs/environments/atari/space_invaders.md @@ -1,9 +1,15 @@ +--- +title: Space Invaders +--- + +# Space Invaders + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Space Invaders's new page.

diff --git a/docs/environments/atari/space_war.md b/docs/environments/atari/space_war.md index 36f15e23e..e3ca09691 100644 --- a/docs/environments/atari/space_war.md +++ b/docs/environments/atari/space_war.md @@ -1,9 +1,15 @@ +--- +title: Space War +--- + +# Space War + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Space War's new page.

diff --git a/docs/environments/atari/star_gunner.md b/docs/environments/atari/star_gunner.md index e419bbb62..5e43e063c 100644 --- a/docs/environments/atari/star_gunner.md +++ b/docs/environments/atari/star_gunner.md @@ -1,9 +1,15 @@ +--- +title: Star Gunner +--- + +# Star Gunner + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Star Gunner's new page.

diff --git a/docs/environments/atari/superman.md b/docs/environments/atari/superman.md index 63a62849e..3eeb0b72c 100644 --- a/docs/environments/atari/superman.md +++ b/docs/environments/atari/superman.md @@ -1,9 +1,15 @@ +--- +title: Superman +--- + +# Superman + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Superman's new page.

diff --git a/docs/environments/atari/surround.md b/docs/environments/atari/surround.md index cbc12344e..635510f38 100644 --- a/docs/environments/atari/surround.md +++ b/docs/environments/atari/surround.md @@ -1,9 +1,15 @@ +--- +title: Surround +--- + +# Surround + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Surround's new page.

diff --git a/docs/environments/atari/tennis.md b/docs/environments/atari/tennis.md index 396eff2fb..37a48bca8 100644 --- a/docs/environments/atari/tennis.md +++ b/docs/environments/atari/tennis.md @@ -1,9 +1,15 @@ +--- +title: Tennis +--- + +# Tennis + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Tennis's new page.

diff --git a/docs/environments/atari/tetris.md b/docs/environments/atari/tetris.md index 75b2cee22..691ef2b25 100644 --- a/docs/environments/atari/tetris.md +++ b/docs/environments/atari/tetris.md @@ -1,9 +1,15 @@ +--- +title: Tetris +--- + +# Tetris + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Tetris's new page.

diff --git a/docs/environments/atari/tic_tac_toe_3d.md b/docs/environments/atari/tic_tac_toe_3d.md index 8e7dea773..c4d8e1fe3 100644 --- a/docs/environments/atari/tic_tac_toe_3d.md +++ b/docs/environments/atari/tic_tac_toe_3d.md @@ -1,9 +1,15 @@ +--- +title: Tic Tac Toe 3D +--- + +# Tic Tac Toe 3D + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Tic Tac Toe 3D's new page.

diff --git a/docs/environments/atari/time_pilot.md b/docs/environments/atari/time_pilot.md index 3eaf244ef..12ff7124e 100644 --- a/docs/environments/atari/time_pilot.md +++ b/docs/environments/atari/time_pilot.md @@ -1,9 +1,15 @@ +--- +title: Time Pilot +--- + +# Time Pilot + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Time Pilot's new page.

diff --git a/docs/environments/atari/trondead.md b/docs/environments/atari/trondead.md index 8e60e3086..ec5b3e9ac 100644 --- a/docs/environments/atari/trondead.md +++ b/docs/environments/atari/trondead.md @@ -1,9 +1,15 @@ +--- +title: Trondead +--- + +# Trondead + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Trondead's new page.

diff --git a/docs/environments/atari/turmoil.md b/docs/environments/atari/turmoil.md index 8ee7b97c8..5e08851cc 100644 --- a/docs/environments/atari/turmoil.md +++ b/docs/environments/atari/turmoil.md @@ -1,9 +1,15 @@ +--- +title: Turmoil +--- + +# Turmoil + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Turmoil's new page.

diff --git a/docs/environments/atari/tutankham.md b/docs/environments/atari/tutankham.md index 290cc64e6..1963978ed 100644 --- a/docs/environments/atari/tutankham.md +++ b/docs/environments/atari/tutankham.md @@ -1,9 +1,15 @@ +--- +title: Tutankham +--- + +# Tutankham + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Tutankham's new page.

diff --git a/docs/environments/atari/up_n_down.md b/docs/environments/atari/up_n_down.md index c790190a4..25ba013bc 100644 --- a/docs/environments/atari/up_n_down.md +++ b/docs/environments/atari/up_n_down.md @@ -1,9 +1,15 @@ +--- +title: Up N Down +--- + +# Up N Down + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Up N Down's new page.

diff --git a/docs/environments/atari/venture.md b/docs/environments/atari/venture.md index d90e9711a..8f27fb09a 100644 --- a/docs/environments/atari/venture.md +++ b/docs/environments/atari/venture.md @@ -1,9 +1,15 @@ +--- +title: Venture +--- + +# Venture + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Venture's new page.

diff --git a/docs/environments/atari/video_checkers.md b/docs/environments/atari/video_checkers.md index ba7581817..d5cb01cd0 100644 --- a/docs/environments/atari/video_checkers.md +++ b/docs/environments/atari/video_checkers.md @@ -1,9 +1,15 @@ +--- +title: Video Checkers +--- + +# Video Checkers + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Video Checkers's new page.

diff --git a/docs/environments/atari/video_chess.md b/docs/environments/atari/video_chess.md index fb878082a..6a7b9afca 100644 --- a/docs/environments/atari/video_chess.md +++ b/docs/environments/atari/video_chess.md @@ -1,9 +1,15 @@ +--- +title: Video Chess +--- + +# Video Chess + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Video Chess's new page.

diff --git a/docs/environments/atari/video_cube.md b/docs/environments/atari/video_cube.md index 96fb70c1f..40548e588 100644 --- a/docs/environments/atari/video_cube.md +++ b/docs/environments/atari/video_cube.md @@ -1,9 +1,15 @@ +--- +title: Video Cube +--- + +# Video Cube + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Video Cube's new page.

diff --git a/docs/environments/atari/video_pinball.md b/docs/environments/atari/video_pinball.md index bee8420b4..da40ed0e1 100644 --- a/docs/environments/atari/video_pinball.md +++ b/docs/environments/atari/video_pinball.md @@ -1,9 +1,15 @@ +--- +title: Video Pinball +--- + +# Video Pinball + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Video Pinball's new page.

diff --git a/docs/environments/atari/wizard_of_wor.md b/docs/environments/atari/wizard_of_wor.md index 5448bdbef..618ba9aab 100644 --- a/docs/environments/atari/wizard_of_wor.md +++ b/docs/environments/atari/wizard_of_wor.md @@ -1,9 +1,15 @@ +--- +title: Wizard Of Wor +--- + +# Wizard Of Wor + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Wizard Of Wor's new page.

diff --git a/docs/environments/atari/word_zapper.md b/docs/environments/atari/word_zapper.md index 59daa6683..d70509b21 100644 --- a/docs/environments/atari/word_zapper.md +++ b/docs/environments/atari/word_zapper.md @@ -1,9 +1,15 @@ +--- +title: Word Zapper +--- + +# Word Zapper + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Word Zapper's new page.

diff --git a/docs/environments/atari/yars_revenge.md b/docs/environments/atari/yars_revenge.md index 44f33a802..de768f7f5 100644 --- a/docs/environments/atari/yars_revenge.md +++ b/docs/environments/atari/yars_revenge.md @@ -1,9 +1,15 @@ +--- +title: Yars Revenge +--- + +# Yars Revenge + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Yars Revenge's new page.

diff --git a/docs/environments/atari/zaxxon.md b/docs/environments/atari/zaxxon.md index dc9438327..47a98e15d 100644 --- a/docs/environments/atari/zaxxon.md +++ b/docs/environments/atari/zaxxon.md @@ -1,9 +1,15 @@ +--- +title: Zaxxon +--- + +# Zaxxon + Redirecting to Atari Documentation's new home -

If you are not redirected automatically, follow this link to the new page.

+

If you are not redirected automatically, follow this link to Zaxxon's new page.

diff --git a/docs/introduction/gym_compatibility.md b/docs/introduction/gym_compatibility.md index abd75eb85..1c30be998 100644 --- a/docs/introduction/gym_compatibility.md +++ b/docs/introduction/gym_compatibility.md @@ -15,11 +15,10 @@ Gymnasium provides a number of compatibility methods for a range of Environment For environments that are registered solely in OpenAI Gym and not in Gymnasium, Gymnasium v0.26.3 and above allows importing them through either a special environment or a wrapper. The ``"GymV26Environment-v0"`` environment was introduced in Gymnasium v0.26.3, and allows importing of Gym environments through the ``env_name`` argument along with other relevant kwargs environment kwargs. To perform conversion through a wrapper, the environment itself can be passed to the wrapper :class:`EnvCompatibility` through the ``env`` kwarg. ``` -An example of this is atari 0.8.0 which does not have a gymnasium implementation. ```python import gymnasium as gym -env = gym.make("GymV26Environment-v0", env_id="ALE/Pong-v5") +env = gym.make("GymV26Environment-v0", env_id="GymEnv-v1") ``` ## Gym v0.21 Environment Compatibility diff --git a/pyproject.toml b/pyproject.toml index 7893c850a..61d5221ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ box2d = ["box2d-py ==2.3.5", "pygame >=2.1.3", "swig ==4.*"] classic-control = ["pygame >=2.1.3"] classic_control = ["pygame >=2.1.3"] # kept for backward compatibility mujoco-py = ["mujoco-py >=2.1,<2.2", "cython<3"] -mujoco_py = ["mujoco-py >=2.1,<2.2", "cython<3"] # kept for backward compatibility +mujoco_py = ["mujoco-py >=2.1,<2.2", "cython<3"] # kept for backward compatibility mujoco = ["mujoco >=2.1.5", "imageio >=2.14.1"] toy-text = ["pygame >=2.1.3"] -toy_text = ["pygame >=2.1.3"] # kept for backward compatibility +toy_text = ["pygame >=2.1.3"] # kept for backward compatibility jax = ["jax >=0.4.0", "jaxlib >=0.4.0", "flax >=0.5.0"] torch = ["torch >=1.0.0"] other = ["moviepy >=1.0.0", "matplotlib >=3.0", "opencv-python >=3.0"]