harman097 / RoboRugby

Training environment for ML agents in a competitive robot rugby game using OpenAI's gym standard.
MIT License
4 stars 0 forks source link

GameEnv() - render to image and/or video #39

Closed harman097 closed 4 years ago

harman097 commented 4 years ago

Similar to other gyms, we need to add the ability to render as an 'rgb_array' (image as numpy array), which allows for easy image capture or video recording.