kenjyoung/MinAtar

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

Closed this issue · 1 comments

Hi,

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

Thanks!

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.