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
It would be nice to have a wrapper under brax.envs.wrappers which takes an Env and a context length, and wraps the Env so that the obs space of the new Env contains previous L steps of observation and action.
The text was updated successfully, but these errors were encountered:
That it indeed would be a useful wrapper! I've marked it as a good first issue for anyone who might want to roll up their sleeves and take a crack at it.
It would be nice to have a wrapper under
brax.envs.wrappers
which takes an Env and a context length, and wraps the Env so that the obs space of the new Env contains previous L steps of observation and action.The text was updated successfully, but these errors were encountered: