Skip to content

Instantly share code, notes, and snippets.

View Ending2015a's full-sized avatar
🏠
Working from home

Ending Hsiao Ending2015a

🏠
Working from home
  • NTHU Elsa lab
  • NTHU
View GitHub Profile
@Ending2015a
Ending2015a / cartpole.py
Last active September 16, 2021 07:19 — forked from wayne1029jihad/cartpole.py
cartpole.py
import os
import random
import gym
import numpy as np
import pylab
from collections import deque
import pyvirtualdisplay
import cv2
import datetime