Upside down SDL render
Author: ashok-aroraCreated May 3, 2025Updated May 3, 2025
Thank you for sharing the code. When I run the command:
bazel run :python_random_agent --define graphics=sdl -- \
--length=10000 --width=640 --height=480I get an upside down render:
What should I modify to get it in the correct order?
Source: google-deepmind/lab