Video games with built-in logging
I'd like to get some practice with reinforcement learning and data analysis in the domain of video games. I'm looking for a game that logs user behaviours (e.g. UI click events, player position, item usage, other system-level information like game state etc.) either to a file or database that I can easily pull the data from
Are there any games that have this level of logging built-in?
I don't imagine that many commercial games will provide this type of information, but would be interested to hear about any that might exist.
Open source recommendations are also OK. In the worst case, an open source Unity game might be ok so I can implement my own logging mechanism, but would like to avoid this option if at all possible.
In the case of open source, the game would need to be relatively complete so there are a variety of systems I can look at (rather than test/demo/prototype games)
Topic game data-analysis reinforcement-learning
Category Data Science