liuruoze / Raw-vs-Human-in-AlphaStar

(TG'2023) Official code for the paper "Revisiting of AlphaStar" (previously called "Rethinking of AlphaStar"). It compares the raw interface with the human interface in the architecture of AlphsStar. TG = Transactions on Games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raw Action vs. Human Action in AlphaStar

Introduction

Official code for the paper "Rethinking of AlphaStar".

Usage

To change whether use raw interface (raw actions) or human interface (human actions), please change in the param.py:

line 22: use_raw_action = False

  • If it is True, meaning we are using raw action space.
  • If it is False, meaning we are using human action space.

To run the training, just type "python run.py".

Other parameters are not needed to change.

Requirements

The python package requirements for running the codes are presented in the "requirements.txt".

About

(TG'2023) Official code for the paper "Revisiting of AlphaStar" (previously called "Rethinking of AlphaStar"). It compares the raw interface with the human interface in the architecture of AlphsStar. TG = Transactions on Games

License:Apache License 2.0


Languages

Language:Python 100.0%