huggingface_deeprl (course)
Collection
Deep RL course - models. The github location for code can be found at https://github.com/pankajr141/courses/tree/main/Deep%20RL%20-%20Hugging%20Face • 7 items • Updated
This is a trained model of a Q-Learning agent playing Taxi-v3 .
model = load_from_hub(repo_id="pankajr141/huggingface_deeprl_unit2_Taxi-v3", filename="q-learning.pkl")
# Don't forget to check if you need to add additional attributes (is_slippery=False etc)
env = gym.make(model["env_id"])