CoolFace
Modelpublic

thomasforjan/rl-lab2-part2-Taxi-v3

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
Model Card

# Q-Learning Agent playing1 Taxi-v3 This is a trained model of a Q-Learning agent playing Taxi-v3 . ## Usage model = loadfromhub(repoid="thomasforjan/rl-lab2-part2-Taxi-v3", filename="q-learning.pkl") # Don't forget to check if you need to add additional attributes (isslippery=False etc) env = gym.make(model["env_id"])