Thanks to visit codestin.com
Credit goes to github.com

Skip to content
#

taxi-v3

Here are 15 public repositories matching this topic...

In this paper we re-define MAXQ and the taxi environment and Implement them in R. We then apply Qlearning to the same problem. Our conclusion is that MAXQ works as good as Qlearning for this problem. Our aim is illustrate the advantages of using hierarchical reinforcement learning methods.

  • Updated Aug 20, 2021
  • R

In this project, we tried two different Learning Algorithms for Hierarchical RL on the Taxi-v3 environment from OpenAI gym. SMDP Q-Learning and Intra Option Q-Learning and contrasted them with two other methods that involve hardcoding based on human understanding. We conclude that the solutions learnt by machine are way superior than humans for …

  • Updated Jul 31, 2022
  • Jupyter Notebook

This project simulates an intelligent taxi system using Q-learning in the Taxi-v3 environment, enhanced with traffic delays, weather penalties, and energy constraints. It demonstrates how reinforcement learning can adapt to real-world challenges while visualizing taxi rides for better understanding.

  • Updated Sep 12, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the taxi-v3 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the taxi-v3 topic, visit your repo's landing page and select "manage topics."

Learn more