{ "cells": [ { "cell_type": "markdown", "id": "9c5c18a1", "metadata": {}, "source": [ "* Taxi V3: https://gymnasium.farama.org/environments/toy_text/taxi/\n", "* Q-learning: https://en.wikipedia.org/wiki/Q-learning" ] }, { "cell_type": "markdown", "id": "2df4fa0b", "metadata": {}, "source": [ "# Libraries" ] }, { "cell_type": "code", "execution_count": null, "id": "df27797f", "metadata": { "scrolled": true }, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "4876213b", "metadata": {}, "source": [ "# Environment" ] }, { "cell_type": "code", "execution_count": null, "id": "092108a6", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "22a99803", "metadata": {}, "source": [ "# Learning Process" ] }, { "cell_type": "markdown", "id": "d5fe9402", "metadata": {}, "source": [ "## Parameters" ] }, { "cell_type": "code", "execution_count": null, "id": "c3277af3", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "45803f0e", "metadata": {}, "source": [ "## Q-table" ] }, { "cell_type": "code", "execution_count": null, "id": "8ae10abf", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "c07e53c6", "metadata": {}, "source": [ "## Training" ] }, { "cell_type": "code", "execution_count": null, "id": "7f4d8911", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "e86a4fbe", "metadata": {}, "source": [ "# Testing" ] }, { "cell_type": "code", "execution_count": null, "id": "b609ed20", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "markdown", "id": "29f90cc2", "metadata": {}, "source": [ "# Saving" ] }, { "cell_type": "code", "execution_count": null, "id": "abf769a7", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.6" } }, "nbformat": 4, "nbformat_minor": 5 }