## Describe the bug Gym introduced a BC-breaking change in their rendering API. See issue [here](https://github.com/openai/gym/issues/2972) and PR [here](https://github.com/openai/gym/pull/2671). This breaks our pixel-rendering API. We need to either (1) set render_mode automatically or (2) make sure the user sets it when needed (including updating docs and tests)