RobertTLange / gymnax

RL Environments in JAX 🌍
Apache License 2.0
615 stars 61 forks source link

Replace all `state` variables with dictionaries #15

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

All MinAtar environments have states that are stored in dictionaries. I want this to be apply for all environments (also the classic control ones). We may loose a little bit of speed, but gain a lot of "de-buggabality" in return. Everything will be explicit.

RobertTLange commented 3 years ago

Addressed in 179e000.