Skip to content

alexhwoods/monte-carlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo

Poker AI

A url will be released soon to visit the web-app.

Development

See the API documentation.

Installation (only for team members!)

  1. Clone the repo.
  2. In the main directory, run
pip install -r requirements.txt

To run the server, run the following command. You must be in the main parent directory for this project!

sh bin/start_server.sh

If you want to make this easier on yourself in the future, put these 2 lines (with the correct path) in your .profile file in your home directory.

alias mc='cd ~/path/to/monte-carlo'
alias mc-start='mc; sh bin/start_server.sh'

and then restart terminal, and you can simply run 'mc-start' to start the server.

Team

Alex Woods Colton Berry Dean Papastrat
Alex Woods Colton Berry Dean Papastrat

Releases

No releases published

Packages

No packages published