DevonCurrent / ProtossAgent-RL

Starcraft 2 protoss agent using RL and DeepMind's PySC2
1 stars 1 forks source link

ProtossAgent-RL

This project is designed to help me familiarize myself with machine learning, as this is my first attempt. This agent is created using the PySC2 API created by DeepMind. Based off of skjb's tutorials for implementing PySC2 with Q-learning.

Installation

In order to run this you will need Starcraft 2, the PySC2 package, and maps for the agent to run on (this agent was designed with Catalyst in mind).

After cloning this file, add it to the agents folder of the PySC2 package.

Currently in progress

Goals for this project