-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I would like to reduce the memory taken by RL with atari, so I can run many experiments at the same time.
Describe the solution you'd like
compress the frames, for example in rllib they use LZ4 compression. This is different from the lazyframes
if I want to implement this by myself, where should I make the change?
Reactions are currently unavailable