courtois-neuromod / mario

0 stars 0 forks source link

Repetition number should be replaced by their row idx from the events_file ? #18

Open hyruuk opened 5 months ago

hyruuk commented 5 months ago

Currently the repetition ID is based on the number of times a level has been completed in a run, but it doesn't give information about when in the run this repetition was played. It might be more informative to use the absolute order within the run instead.

That would require changes to :

If we agree I can proceed with these changes.

bpinsard commented 5 months ago

I think that when one is looking into the structure of a run, the event file is the best place to start with as it includes the timings too. In the event file you have the order of each repetition, and paths to bk2 files. I would advise again just globbing through the bk2s and hoping for the best, it's better to rely on a standardized data format that are the event files. Unless I am missing something here?