Skip to content

jruestig/agent_2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A 2048 Agent

This Repository holds: A python implementation of 2048 in Numpy for fast computation

A Monte Carlo roll out model that computes smooth action values, where a suboptimal move is just discounted through its negative influence on the mean.

To start and view the agents just run the python scripts

  1. montecarlo.py (requirement numpy)

  2. qvaluenetwork.py (requirement numpy, keras, tensorflow as backend)

  3. a2c.py (requirement numpy, keras, tensorflow as backend)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages