AI implementation for Gomoku using PyTorch and PyGame. KSEA @ UC Berkeley
The primary code is written in Python 3, using PyTorch and PyGame
Set up a virtual environment:
conda create -n omok python=3.6 anacondaActivate the virtual environment
source activate omokThen install all the required packages
pip install -r requirements.txtAlso, 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 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.
This repository is being maintained by KSEA @ UC Berkeley, Project Team of Fall 2019
Primary contacts:
- Beom Jin Lee beomjin@berkeley.edu