Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 480 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 480 Bytes

PPO Agent for 2048 game

Alt Text

A custom 2048 environment with PPO agent training. The game is visualized using PyGame and also simplified with a deterministic way of generating new tiles instead of random generation. The attached video shows how the agent achieves tile 1024.

Usage

To check how the agent plays use the command below: python ./game.py

To train your own agent you can run: python ./main.py