Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

ksea-cal/nodap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retro Game AI

AI implementation for Gomoku using PyTorch and PyGame. KSEA @ UC Berkeley

Prerequisites

The primary code is written in Python 3, using PyTorch and PyGame

Getting Started

Set up a virtual environment:

conda create -n omok python=3.6 anaconda

Activate the virtual environment

source activate omok

Then install all the required packages

pip install -r requirements.txt

Also, please install the current repository

pip install -e .

Everything should be ready to go at this point, so let's run some Python code,

python main.py 

Contribute

Please clone the Github Repository:

git clone https://github.com/ksea-cal/retro-gaming.git

or (if you are using SSH, which is our recommendation):

git clone git@github.com:ksea-cal/retro-gaming.git

Then, please create a new branch:

git checkout -b <branch-name>

and make your branch name descriptive as to what issue or patches you will be making to the code.

After that, once you make your relevant changes, please push to the branch and submit a pull request on Github.

Maintainers

This repository is being maintained by KSEA @ UC Berkeley, Project Team of Fall 2019

Primary contacts:

About

AI implementation for Gomoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published