kenjyoung / MinAtar

GNU General Public License v3.0
283 stars 56 forks source link

Does MinAtar support clone_state for model-based method like Atari? #15

Closed initial-h closed 2 years ago

initial-h commented 2 years ago

Hi,

Atari has APIs clone_state and restore_state for model-based methods and planning. Does MinAtar support clone_state?

Thanks!

kenjyoung commented 2 years ago

It does not currently but this is not a bad idea if someone wants to submit a PR. I believe the relevant state information would be everything contained in the reset() function for each environment.