CoolFace
Modelpublic

thomasforjan/rl-lab2-FrozenLake-v1

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
Model Card

# Q-Learning Agent playing1 FrozenLake-v1 This is a trained model of a Q-Learning agent playing FrozenLake-v1 . ## Usage model = loadfromhub(repoid="thomasforjan/rl-lab2-FrozenLake-v1", filename="q-learning.pkl") # Don't forget to check if you need to add additional attributes (isslippery=False etc) env = gym.make(model["env_id"])