Downloads · 30 days
0
Skvayzer/q-Taxi-v3
q-Taxi-v3 is a reinforcement learning model from Skvayzer. 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 .
Downloads · 30 days
0
Access
Public
Updated May 24, 2022
Repo size
130 KB
Likes
0
Public
Click a slice to open those files.
.mp4105 KB · 80%
From the Hugging Face model README
This is a trained model of a Q-Learning agent playing Taxi-v3 .
model = load_from_hub(repo_id="Skvayzer/q-Taxi-v3", 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"])
evaluate_agent(env, model["max_steps"], model["n_eval_episodes"], model["qtable"], model["eval_seed"])