Skip to content

dejuata/AlphaZero-Univalle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AlphaZero Univalle

Artificial intelligence course project

Requirements

Clone the project and execute

docker-compose up --build

and go to

http://localhost:5000/

Execution by virtualenv

  1. Install virtualenv (Ubuntu)
$ sudo apt-get install python-virtualenv virtualenv

or

$ sudo pip install virtualenv
  1. Create virtual environment
$ virtualenv env --python=python3
  1. Activate virtual environment
$ source env/bin/activate
  1. Enter the app folder and execute
$ cd app
$ pip install -r requirements.txt
$ python app.py
  1. and go to

http://localhost:5000/