YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Taxi Q-Learning Agent
This repository contains a Q-table trained on the Taxi-v3 environment using a simple Q-learning algorithm.
Environment
- Taxi-v3 (Gymnasium)
Rewards
- -1 per step
- +20 for a successful drop-off
- -10 for illegal pickup/drop-off actions
How to Use
Load the Q-table using np.load('q_table.npy', allow_pickle=True)
and use it to select actions via np.argmax(q_table[state])
.
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.