Downloads · 30 days
0
xiuxi/class2-2
class2-2 is a reinforcement learning model from xiuxi. 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-v3 . 这是一个经过训练的 Q-Learning 智能体,正在游玩 Taxi-v3 。
Downloads · 30 days
0
Access
Public
Updated Mar 22, 2026
Repo size
600 KB
Likes
0
Public
Click a slice to open those files.
.mp4126 KB · 82%
From the Hugging Face model README
This is a trained model of a Q-Learning agent playing Taxi-v3 . 这是一个经过训练的 Q-Learning 智能体,正在游玩 Taxi-v3 。
model = load_from_hub(repo_id="xiuxi/class2-2", filename="q-learning.pkl")
# Don't forget to check if you need to add additional attributes (is_slippery=False etc)
# 别忘了检查是否需要添加额外的属性(如 is_slippery=False 等)
env = gym.make(model["env_id"])