Q-Learning Agent playing Taxi-v3

This is a trained model of a Q-Learning agent playing to the Gymnasium Taxi-v3 reinforcement learning environment.

Usage


model = load_from_hub(repo_id="coding-kelps/q-taxi-v3", filename="q-learning.pkl")

# Don't forget to check if you need to add additional attributes
env = gym.make(model["env_id"])

References

You can find the original source code of the model training in the corresponding Coding Kelps aquaqym repository.

Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading

Collection including coding-kelps/q-taxi-v3

Evaluation results