From c709adc6d60b9d0145e5cd330b2958d3f4d9cff0 Mon Sep 17 00:00:00 2001 From: pseudo-rnd-thoughts Date: Mon, 4 Nov 2024 13:57:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Farama-F?= =?UTF-8?q?oundation/Gymnasium@057bfef49ef499f1472088aa53683de6dafe51f1=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/.buildinfo | 2 +- .../tutorials_python.zip | Bin 106130 -> 106130 bytes .../tutorials_jupyter.zip | Bin 128773 -> 128773 bytes main/introduction/train_agent/index.html | 1 + 4 files changed, 2 insertions(+), 1 deletion(-) diff --git a/main/.buildinfo b/main/.buildinfo index fd5909a73..d22ffd78a 100644 --- a/main/.buildinfo +++ b/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 5601e4e53be785f78c3db6dcadb57e1b +config: 2e83cea899fcbfe8bf290fa7f1ebd503 tags: d77d1c0d9ca2f4c8421862c7c5a0d620 diff --git a/main/_downloads/315c4c52fb68082a731b192d944e2ede/tutorials_python.zip b/main/_downloads/315c4c52fb68082a731b192d944e2ede/tutorials_python.zip index 00684062b3a194e9d64eefc541f861a165d6e752..e22da64d09958560b9894e3e86c8d772bc839f4d 100644 GIT binary patch delta 143 zcmbQVmu=EsHr@blW)=|!5IB;TvXS?U1T&D{d`BW79n7$A2#5qTCf&>v05h0heYXNJ zw*OUORB;2dRI(Y_4MD8wdUF_~!Hk|cjKN^WBN)SCE>xs%E@J>#>fu~QUogXP9%CW^ D6eBlU delta 143 zcmbQVmu=EsHr@blW)=|!5UAM}yOH;d1T&D{d`BW79n7$A2#5qTCf&>v05h0heYXNJ zw*OUORB;2dRI(Y_4MD8wdUF_~!Hk|cjKN^WBN)SCE>xs%E@J>#>fu~QUogXP9%CW^ D_a8R+ diff --git a/main/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip b/main/_downloads/a5659940aa3f8f568547d47752a43172/tutorials_jupyter.zip index f583689d55da1905ec4ceb3505ecd16f53ef0227..f8939a58f672df98de8b632bbdd1c7a872bf35df 100644 GIT binary patch delta 144 zcmZpD$KLvmoj1UnnMH&F1QhdAHuBz-V+PWjU&Yza~}z2^&K9GLO;3u73V;r12Em=9tAO_=`UD`PO2;rER( L0L)nUjWGoPZ8tJ+ delta 144 zcmZpD$KLvmoj1UnnMH&F1a54L-N<`Wju}XAekpgf8qC-@i#ZL%*t(rDK$!XFw%F}l zB8<}BV3tNa)9^G#g-st(|f)!#(^1czc7Y@8E#*pjQJo2(1htfzA^@b8Ghdw L1Hg=h-xyN>{PI8X diff --git a/main/introduction/train_agent/index.html b/main/introduction/train_agent/index.html index 072ef76e4..b6f73ded6 100644 --- a/main/introduction/train_agent/index.html +++ b/main/introduction/train_agent/index.html @@ -479,6 +479,7 @@

Training the agentfinal_epsilon = 0.1 agent = BlackjackAgent( + env, learning_rate=learning_rate, initial_epsilon=start_epsilon, epsilon_decay=epsilon_decay,