starcraft2-ai / rl-battle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%