Created
March 13, 2021 21:42
-
-
Save gandroz/0fe24732ecce2c0f05815f1b3ee9abdb to your computer and use it in GitHub Desktop.
gym taxi rendering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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