DRL Practice
Collection
A collection where all my experiments from the HuggingFace 🤗 DRL course reside. • 9 items • Updated
This is a trained model of a Q-Learning agent playing FrozenLake-v1 .
model = load_from_hub(repo_id="partzel/q-FrozenLake-v1-4x4-noSlippery", filename="q-learning.pkl")
env = gym.make(model["env_id"])