项目作者: islamelnabarawy

项目描述 :
PySC2 Reinforcement Learning Agents
高级语言: Python
项目地址: git://github.com/islamelnabarawy/sc2agents.git
创建时间: 2017-09-24T02:00:53Z
项目社区:https://github.com/islamelnabarawy/sc2agents

开源协议:

下载


PySC2 Reinforcement Learning Agents

Reinforcement Learning agents that play the StarCraft II Minimaps and
eventually will be able to play the full game.

This project depends on the sc2gym OpenAI Gym Environments.

This is still a work in progress. The train_a2c.py no longer runs due to changes in the baselines code. The current
plan is to replace both train_dqn.py and train_a2c.py with standalone implementations, and add a standalone A3C
implementation, as well as benchmark results on the various sc2gym environments.