Skip to content

keithcom/nupic_rps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nupic_rps

Match your wits against NuPIC's CLA in the classic 'Rock, Paper, Scissors' game

This is a simple text based python version of the game. The CLA model uses continuous learning to try and predict your next move. With this prediction, it selects the move that will beat it.

The game tracks the overall win/lose/draw stats for the session and prints it after each round.

The model currently uses the scalar encoder with values of 1, 5 and 10 for rock, paper, scissors respectively.

For more information on NuPIC and the CLA, please visit: http://numenta.org

About

A NuPIC CLA model to play Rock, Paper, Scissors with

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages