Downloads · 30 days
0
Mathis-Mo/Taxi-v4
Taxi-v4 is a reinforcement learning model from Mathis-Mo. Use it for the reinforcement learning task on the model card, and read the license before you ship it in a product.
This is a trained model of a Q-Learning agent playing Taxi-v4 .
Downloads · 30 days
0
Access
Public
Updated Sep 17, 2026
Repo size
148 KB
Likes
0
Public
Click a slice to open those files.
.mp4123 KB · 82%
From the Hugging Face model README
This is a trained model of a Q-Learning agent playing Taxi-v4 .
model = load_from_hub(repo_id="Mathis-Mo/Taxi-v4", filename="q-learning.pkl")
# Don't forget to check if you need to add additional attributes (is_slippery=False etc)
env = gym.make(model["env_id"])