RL Course
Collection
Collection of all the Model From the Huggin Face Reinforcment Learning Course, will add some side project models done on the sides as well when done
•
13 items
•
Updated
This is a trained model of a Q-Learning agent playing Taxi-v3 .
model = load_from_hub(repo_id="Hamze-Hammami/Taxi-v3", filename="q-learning.pkl")
env = gym.make(model["env_id"])