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
Refactor 2D Renderer and add ASCII observation type (#53)
* Refactor 2D rendering code in `GridEnv` to improve performance and readability.
* Dynamic resolution support for 2D and 3D rendering in `GridEnv` using the `resolution` argument.
* Adds `ascii` observation type for `GridEnv`.