simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.77k stars 1.22k forks source link

Update Q-learning Taxi-v2 notebook: #81

Open goelakash opened 4 years ago

goelakash commented 4 years ago
  1. Fix the URL to show the image link properly for taxi.png
  2. Use np.mean() to average the rewards for the algorithm test.
  3. Clear the output from the notebook cells.