Q-Learning Agent playing Taxi-v3

This is a trained model of a Q-Learning agent playing Taxi-v3.

Usage

import pickle
with open("q-learning.pkl", "rb") as f:
    model = pickle.load(f)
# Use model['qtable']
Downloads last month

-

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

Evaluation results