Views
No views yet
1
2model = load_from_hub(repo_id="agcagc/q-FrozenLake-v1-8x8", 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('FrozenLake-v1', desc=None, map_name="8x8", is_slippery=True, max_episode_steps=max_steps)