Skip to content

Commit

Permalink
Deploying to gh-pages from @ 79a2306 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Nov 19, 2024
1 parent b55f6c0 commit 7103388
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
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: 64598af6300d7778774d812f9bc8b693
config: 5d23f1fbcf1219c393121f7e5e1731be
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion main/introduction/train_agent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2>Building an agent<a class="headerlink" href="#building-an-agent" title="Link
</section>
<section id="training-the-agent">
<h2>Training the agent<a class="headerlink" href="#training-the-agent" title="Link to this heading"></a></h2>
<p>To train the agent, we will let the agent play one episode (one complete game is called an episode) at a time and then update it’s Q-values after each episode. The agent will have to experience a lot of episodes to explore the environment sufficiently.</p>
<p>To train the agent, we will let the agent play one episode (one complete game is called an episode) at a time and update it’s Q-values after each action taken during the episode. The agent will have to experience a lot of episodes to explore the environment sufficiently.</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># hyperparameters</span>
<span class="n">learning_rate</span> <span class="o">=</span> <span class="mf">0.01</span>
<span class="n">n_episodes</span> <span class="o">=</span> <span class="mi">100_000</span>
Expand Down
2 changes: 1 addition & 1 deletion main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 7103388

Please sign in to comment.