udacity / deep-reinforcement-learning

Repo for the Deep Reinforcement Learning Nanodegree program
https://www.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893
MIT License
4.88k stars 2.34k forks source link

Update main.py to taxi-v3 #46

Closed t-thanh closed 4 years ago

t-thanh commented 4 years ago

Fix taxi-v2 env to taxi-v3. New gym version will throw exception DeprecatedEnv: Env Taxi-v2 not found (valid versions include ['Taxi-v3'])

t-thanh commented 4 years ago

difference in version. closed!