Skip to content

zactodd/ColonistQLearning

Repository files navigation

ColonistQLearning

Analysis and Q learning method for colonist.io, game community found here.

Install

Software Installations

Download and install Annaconda3.

GPU Software Installation

Download and install Microsoft Visual Studio.

Install Visual Studio Build Tools 2019 and Visual C++ build tools (link downloads the .exe).

First determine which version of CUDA is valid for your GPU then download and install the correct version form here.

Follow the guild on how to install cuDNN here.

Environment Setup

conda create --name QL --file conda_install
conda activate QL

pip install -r requirements.txt     

Analysis

Initial Placement

A notebook for evaluating inital placament position can be found here. It shows a varity of metrics on what vertices are better to start on.

Citation

Use this bibtex to cite this repository:

@misc{colonist_ql,
  title={Analysis and Q learning in Catan},
  author={Zachary Todd},
  year={2020},
  publisher={Github},
  journal={GitHub repository},
  howpublished={\url{https://github.com/zactodd/ColonistQLearning}},
}

About

An interface for analysis on colonist.io.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages