taxi-driver

There are 3 repositories under taxi-driver topic.

  • panaitescu-paul/Taxi-Driver-Game-Java-2017

    Simulate Taxi rides in the city.

    Language:Java120
  • EliottClavier/T-AIA-902

    T-AIA-902 project from MSC Pro Epitech's course. It's about an AI project to learn discover reinforcement learning, its algorithms and how to tweak params to make an agent learn how to play a simple game. This project is fully built in Python and designed as best as it can to allow its extension with new algorithms.

    Language:Jupyter Notebook0100
  • OrestisMk/RF-Q_learning-taxi_driver--Lunanlander-Policy-gradient-

    This is a project of reinforcement learning which contains two different environments. The first environment is the taxi driver problem in 4x4 space with the simple Q-learning update rule. In this task, we compared the performance of the e-greedy policy and Boltzmann policy. As a second environment, we chose the LunarLander from the open gym. For the implementation of the project, the Policy gradient has been selected.