envpool icon indicating copy to clipboard operation
envpool copied to clipboard

[Feature Request] Get RAM State from Atari ALE

Open SumeetBatra opened this issue 1 year ago • 5 comments

Hi folks,

I'm wondering if there is a way to access the RAM state for Atari environments, or if this can be implemented as a feature if not. The RAM buffer contains additional low-dimensional information such as player position info that is useful for some learning tasks. Gymnasium provides an interface to get the RAM state like so env.ale.getRAM() which returns a 128-length numpy array corresponding to the RAM state. Seems like this would be a pretty straightforward addition? Thanks!

SumeetBatra avatar Mar 04 '24 21:03 SumeetBatra

+1

renos avatar Mar 12 '24 03:03 renos

Just curious. How is the performance on atrai ram? I suffered from very poor performance using ppo compared to RGB state.

alexxchen avatar Mar 28 '24 04:03 alexxchen

@alexxchen ALE Ram state is useful for object-centric learning work

renos avatar Mar 28 '24 17:03 renos

@alexxchen ALE Ram state is useful for object-centric learning work

@renos Thanks for your information! I hit a blind spot in my knowledge!

alexxchen avatar Mar 29 '24 10:03 alexxchen

#297

renos avatar Mar 30 '24 07:03 renos