ogd.games.LAKELAND package

Subpackages

Submodules

ogd.games.LAKELAND.LakelandLoader module

class ogd.games.LAKELAND.LakelandLoader.LakelandLoader(player_id: str, session_id: str, game_schema: GameSchema, mode: ExtractionMode, feature_overrides: List[str] | None)[source]

Bases: GeneratorLoader

ogd.games.LAKELAND.produce_lakeland_enumerators module

ogd.games.LAKELAND.produce_lakeland_enumerators.main(path_to_lakeland_readme, outpath=None)[source]

This function takes in a path to the lakeland readme and outputs a json file of all the enumerators to the outpath. This assumes event categories have not changed (as of 10/23/19) and the readme is up-to-date and has maintained its current format.. :param path_to_lakeland_readme: str :param outpath: str :return: dict corresponding to the produced json

Module contents