Skip to content

Instantly share code, notes, and snippets.

@gandroz
Created March 13, 2021 21:42
Show Gist options
  • Save gandroz/0fe24732ecce2c0f05815f1b3ee9abdb to your computer and use it in GitHub Desktop.
Save gandroz/0fe24732ecce2c0f05815f1b3ee9abdb to your computer and use it in GitHub Desktop.
gym taxi rendering
import gym
env = gym.make("Taxi-v3").env
env.render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment