This is a trained model of a Q-Learning agent playing Taxi-v3 .
model = load_from_hub(repo_id="VinayHajare/q-Taxi-v3", filename="q-learning.pkl")
-