Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

starcraft2-ai/rl-battle

Repository files navigation

Multi-Agent Reinforcement learning on StarCraft 2

Reinforcement Learning Agents implmented in Tensorflow, featuring:

  • morden Eager Execution (human readable) structure
  • Mutiple CPU Support (HPC)

List of implemented Agents are:

Important

Checkout the following branch before running

Benchmarks

See our this repo

Running

Benchmark

Run MoveToBeacon map with random agent

python benchmark.py --map MoveToBeacon --agent_name RandomAgent

Training

Please checkout different branch

Prepare

Python environment

You sould create or activate Virtual Environment now

$ source .env/bin/activate
(.env) ...$ 

Install Dependency

pip install -r requirements.txt

Development

Structure

Call Tree

Releases

No releases published

Packages

No packages published

Languages