This is a trained model of a Q-Learning agent playing FrozenLake-v1 with no slippery. It leverages the Gymnasium environment, useful to get acquainted with Q-Learning. Very easy but useful to understand the basic concepts.
Q-Learning Agent playing1 Taxi-v3
This is a trained model of a Q-Learning agent playing Taxi-v3. It leverages the Gymnasium environment, useful to get acquainted with Q-Learning. Very easy but useful to understand the basic concepts.
Usage
import gymnasium as gym
from huggingface_sb3 import load_from_hub
model = load_from_hub(repo_id="Mattizza/Taxi-v3_v0_DeepRLCourse", filename="q-learning.pkl")
env = gym.make(model["env_id"])
Evaluation results
- mean_reward on Taxi-v3self-reported7.56 +/- 2.71