ByteArena / backends

Byte Arena - Digital playground for Autonomous agents
https://get.bytearena.com
1 stars 0 forks source link

record: ensure that frames are stored flat (and not in bucket) in the record file #215

Open netgusto opened 6 years ago

netgusto commented 6 years ago

The frames should not be stored in buckets in the record file, so that replay tps may be chosen independently from record tps (particularly useful to replay sessions recorded using high frequency tps during training).

Then the original tps has to be kept in the metadata related to the record, to be able to replay at original speed if need be.