0.9.0 SC2EGSet_Dataset Release
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
- 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.