Skip to content

Instantly share code, notes, and snippets.

View rudrasohan's full-sized avatar
🤖
doing nerd stuff.....

Sohan Rudra rudrasohan

🤖
doing nerd stuff.....
View GitHub Profile
@rudrasohan
rudrasohan / gym_to_gif.py
Created June 17, 2021 17:23 — forked from botforge/gym_to_gif.py
Save OpenAI Gym renders as GIFS
from matplotlib import animation
import matplotlib.pyplot as plt
import gym
"""
Ensure you have imagemagick installed with
sudo apt-get install imagemagick
Open file in CLI with:
xgd-open <filelname>