Creating and Running the Tetris Game
Learn how to create a tetris agent and then use that to run the tetris game.
We'll cover the following
Creating a tetris agent
Before we can get started evolving Tetris agents, we need to download a copy of an Atari 2600 Tetris ROM. Fortunately, the ALE repo offers the official Tetris ROM. Atari 2600 ROMs are also available from a number of websites. If the contents of a ROM are of concern, the checksums of supported ROMs are accessible here.
Note: This has already been done for you in this course.
Once tetris.bin
is downloaded, create a new folder named priv
and place tetris.bin
into it. Next, in tetris.exs
, create a new problem:
Get hands-on with 1400+ tech skills courses.