This is a trained model of a Q-Learning agent playing FrozenLake-v1 with no slippery. It leverages
the Gymnasium environment, useful to get acquainted with Q-Learning. Very easy but useful to understand the
basic concepts.
Q-Learning Agent playing1 Taxi-v3
This is a trained model of a Q-Learning agent playing Taxi-v3. It leverages
the Gymnasium environment, useful to get acquainted with Q-Learning. Very easy but useful to understand the
basic concepts.