Downloads · 30 days
0
dunyanong/qlearning
qlearning is a reinforcement learning model from dunyanong. 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 FrozenLake-v1 .
Downloads · 30 days
0
Access
Public
Updated Dec 16, 2025
Repo size
915 B
Likes
0
Public
Click a slice to open those files.
.mp431.2 KB · 90%
From the Hugging Face model README
This is a trained model of a Q-Learning agent playing FrozenLake-v1 .
model = load_from_hub(repo_id="dunyanong/qlearning", 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"])