This is a trained model of a Q-Learning agent playing FrozenLake-v2-8x8-TT .
Usage
python
12model = load_from_hub(repo_id="TitanTec/FrozenLake-v2-8x8-TT", filename="q-learning.pkl")34# Don't forget to check if you need to add additional attributes (is_slippery=False etc)5env = gym.make(model["env_id"])