You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArshiaIlaty
changed the title
[Proposal] Q-learning implementation for Taxi-v3 environment
Q-learning implementation for Taxi-v3 environment
Dec 16, 2024
The uniqueness of this work lies in the specific focus on the Taxi and CliffWalking environments, for which comprehensive tutorials and code implementations for Q-learning are currently lacking. While tutorials for environments like FrozenLake and Blackjack with Q-learning are readily available and were referenced, I noticed the gap in resources for these other environments.
To address this, I created and provided the necessary code for the Taxi and CliffWalking environments to help fill that gap and make it easier for others to explore and learn. Please find the attached files for your reference.
Proposal
Code Overview
Q-Learning Agent (
QLearningAgent
class):Training Function (
train_taxi()
):Testing Function (
test_agent()
):Environment Details
The Taxi-v3 environment is a grid-world problem where an agent must:
Motivation
Training agents improvement and I can expand it to the other agents, such as Cliff Walking Agent
Pitch
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: