Q-Learning Agent for FrozenLake-v1-4x4-no_slippery

Student: Sami Chellia Hugging Face username: Sami94

This repository contains a Q-Learning agent trained for the Hugging Face Deep RL course.

Mean reward: 1.00 +/- 0.00

from huggingface_hub import hf_hub_download
import pickle

model_path = hf_hub_download(repo_id="Sami94/q-FrozenLake-v1-4x4-noSlippery", filename="q-learning.pkl")
with open(model_path, "rb") as f:
    model = pickle.load(f)
Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Evaluation results

  • mean_reward on FrozenLake-v1-4x4-no_slippery
    self-reported
    1.00 +/- 0.00