Labeled, curated, and raw event datasets across the top competitive titles. Versioned, typed, and ready to drop into your training pipeline.
Three tiers of gameplay data. From human-annotated labels to raw replay files — pick what fits your workflow.
The competitive_v3 release. Shared schema, per-title features. Pin a version or always pull the latest.
Every event normalized into well-typed JSON. No cleaning, no transforms, no glue code.
from vodpop import Dataset # Load a versioned, typed dataset ds = Dataset.load("competitive_v3") # Select features, stream batches to your trainer for batch in ds.iter_batches( batch_size=4096, columns=["round_phase", "team_econ", "outcome"], as_tensor=True, ): train_step(batch)
Request access and our team will get back to you within 24 hours.