opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

Aqualab: Detector class for pauses in gameplay #55

Open LswaN58 opened 1 year ago

LswaN58 commented 1 year ago

Only look at player events so we don't get confused by automatic game events firing on a timer.

The class should have a "threshold" parameter that we can set in AQUALAB.json, then we can configure one or more instances of the detector for the 30, 60, 90, 120 thresholds, etc.

LswaN58 commented 1 year ago

To test: Aqualab Detectors for 30, 60, 90, 120+ pause in game play. Only look at player events so we don't get confused by automatic game events firing on a timer