Edit model card

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Q-Learning Agent playing FrozenLake-version-1

This is a trained model of a Q-Learning Algorithm agent playing in the FrozenLake-v1 Environment .

Usage

model = load_from_hub(repo_id="iiShreya/frozenLake_4x4_nonSlippery", filename="q-learning.pkl")
env = gym.make(model["env_id"])
evaluate_agent(env, model["max_steps"], model["n_eval_episodes"], model["qtable"], model["eval_seed"])
Downloads last month
0
Video Preview
loading

Evaluation results