Views
No views yet
1model = load_from_hub(repo_id="kaleido-jean/q-FrozenLake-v1-4x4-noSlippery", filename="q-learning.pkl")
2
3# Don't forget to check if you need to add additional attributes (is_slippery=False etc)
4env = gym.make(model["env_id"])Tabular Q-Learning (NumPy) is CPU-only. The training node also has an NVIDIA H100 80GB GPU, but it was not used.
q-learning.pkl keys: learning_rate, gamma, max_epsilon, min_epsilon, decay_rate, n_training_episodes, max_steps.