Skip to content

0.9.0 SC2EGSet_Dataset Release

Compare
Choose a tag to compare
@Kaszanas Kaszanas released this 09 Jun 17:08
· 183 commits to main since this release
5298ac0

SC2EGSet: StarCraft II Esport Game State Dataset

This repository contains the official API for interacting with SC2EGSet: StarCraft II Esport Game State Dataset, which was built on top of the SC2ReSet: StarCraft II Replaypack Set. We provide PyTorch and PyTorch Lightning abstractions for the dataset download, unpacking, loading, and manipulation.

Prerequisites

  1. Install Python >= 3.10

Installation

As of now the code requires manual installation through provided requirements.txt with a minimal version of Python as highlighted above.

Usage

Please refer to the docstrings provided in the code implementation for in-depth usage information.

Officially hosted and automatically generated documentation is going to be provided in the next update of this repository.