Skip to content

hub-bla/PPO_2048_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages