This is a trained model of a Q-Learning agent playing to the Gymnasium Taxi-v3 reinforcement learning environment.
Usage
python
12model = load_from_hub(repo_id="coding-kelps/q-taxi-v3", filename="q-learning.pkl")34# Don't forget to check if you need to add additional attributes5env = gym.make(model["env_id"])