Views
No views yet
1
2model = load_from_hub(repo_id="duchuy-org/drl_course-unit_2-FrozenLake_v1_4x4_noSlippery", filename="q-learning.pkl")
3
4# Don't forget to check if you need to add additional attributes (is_slippery=False etc)
5env = gym.make(model["env_id"])