You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: