Skip to content

thomasjhuang/multisnakeRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multisnakeRL

Codacy Badge

An implementation of OpenAI's Slitherin' Request for Research. This is a multiplayer snake game intended for reinforcement learning implemented in python with pygame. Parts of this code are borrowed from https://github.com/sds-dubois/snake.ai to implement the game agent.

Working algorithms at the moment:

  • Q-Learning
  • Policy Gradient
  • Baselines (Greedy, Opportunist, Weighted Hill-Climbing)

Todo:

  • Deep Q-Learning
  • Minimax
  • Monte Carlo
  • Conversion to OpenAI gym environment

About

A multiplayer snake game meant for reinforcement learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages