Skip to content

Commit

Permalink
Deploying to gh-pages from @ 057bfef 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Nov 4, 2024
1 parent fdc3680 commit c709adc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main/.buildinfo
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions main/introduction/train_agent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ <h2>Training the agent<a class="headerlink" href="#training-the-agent" title="Li
<span class="n">final_epsilon</span> <span class="o">=</span> <span class="mf">0.1</span>

<span class="n">agent</span> <span class="o">=</span> <span class="n">BlackjackAgent</span><span class="p">(</span>
<span class="n">env</span><span class="p">,</span>
<span class="n">learning_rate</span><span class="o">=</span><span class="n">learning_rate</span><span class="p">,</span>
<span class="n">initial_epsilon</span><span class="o">=</span><span class="n">start_epsilon</span><span class="p">,</span>
<span class="n">epsilon_decay</span><span class="o">=</span><span class="n">epsilon_decay</span><span class="p">,</span>
Expand Down

0 comments on commit c709adc

Please sign in to comment.