Skip to content

Releases: inoryy/reaver

StarCraft II Deep Reinforcement Learning Agent

25 Nov 16:43
Compare
Choose a tag to compare

Rewrite of the project tabula rasa. See README.md for an overview.

Bachelor's Thesis Codebase

20 Nov 17:58
1af9d1e
Compare
Choose a tag to compare

Codebase as it is described in bachelor's thesis: Replicating DeepMind StarCraft II Reinforcement Learning Benchmark with Actor-Critic Methods at University of Tartu, 2018.
Supervised by Ilya Kuzovkin and Tambet Matiisen.

Abstract. Reinforcement Learning (RL) is a subfield of Artificial Intelligence (AI) that deals with agents navigating in an environment with the goal of maximizing total reward. Games are good environments to test RL algorithms as they have simple rules and clear reward signals. Theoretical part of this thesis explores some of the popular classical and modern RL approaches, which include the use of Artificial Neural Network (ANN) as a function approximator inside AI agent. In practical part of the thesis we implement Advantage Actor-Critic RL algorithm and replicate ANN based agent described in Vinyals et al., 2017. We reproduce the state-of-the-art results in a modern video game StarCraft II, a game that is considered the next milestone in AI after the fall of chess and Go.

Full text: Digital version