Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6137784 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas committed Dec 14, 2024
1 parent 0fd7ccc commit fe010db
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 69 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: e4ee7465cd1da208916d9aa41eb5ac43
config: 5dea47281168b88c867eaa866cf38552
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
Binary file not shown.
Binary file not shown.
132 changes: 66 additions & 66 deletions main/gymnasium_release_notes/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/searchindex.js

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion main/tutorials/third-party-tutorials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,14 @@ <h1>Third-Party Tutorials<a class="headerlink" href="#third-party-tutorials" tit
<p><em>If you’d like to contribute an tutorial, please reach out on <a class="reference external" href="https://discord.gg/bnJ6kubTg6">Discord</a>.</em></p>
<section id="third-party-tutorials-about-gymnasium">
<h2>Third-Party tutorials about gymnasium<a class="headerlink" href="#third-party-tutorials-about-gymnasium" title="Link to this heading"></a></h2>
<section id="johnny-code-from-youtube">
<h3><a class="reference external" href="https://www.youtube.com/playlist?list=PL58zEckBH8fCt_lYkmayZoR9XfDCW9hte">Johnny Code from Youtube</a><a class="headerlink" href="#johnny-code-from-youtube" title="Link to this heading"></a></h3>
<p>Watch this set of videos to train Gymnasium Reinforcement Learning environments using Q-Learning, Deep Q-Learning, and other algorithms. Environments include FrozenLake-v1, MountainCar-v0, CartPole-v1, and MoJoco Humanoid-v4. The youtuber uses Python with VSCode as the development environment. Libraries include Farama Gymnasium, PyTorch, Stable Baselines3. All codes are made available on github.com/johnnycode8 repository.</p>
</section>
<section id="freecodecamp-from-youtube">
<h3><a class="reference external" href="https://www.youtube.com/watch?v=vufTSJbzKGU">freeCodeCamp from Youtube</a><a class="headerlink" href="#freecodecamp-from-youtube" title="Link to this heading"></a></h3>
<p>This video tells the basics of reinforcement learning and how to implement it using Gymnasium.</p>
</section>
</section>
<section id="third-party-tutorials-about-libraries-that-use-gymnasium">
<h2>Third-Party tutorials about libraries that use gymnasium<a class="headerlink" href="#third-party-tutorials-about-libraries-that-use-gymnasium" title="Link to this heading"></a></h2>
Expand Down Expand Up @@ -460,7 +468,11 @@ <h3><a class="reference external" href="https://docs.agilerl.com/en/latest/tutor
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Third-Party Tutorials</a><ul>
<li><a class="reference internal" href="#third-party-tutorials-about-gymnasium">Third-Party tutorials about gymnasium</a></li>
<li><a class="reference internal" href="#third-party-tutorials-about-gymnasium">Third-Party tutorials about gymnasium</a><ul>
<li><a class="reference internal" href="#johnny-code-from-youtube">Johnny Code from Youtube</a></li>
<li><a class="reference internal" href="#freecodecamp-from-youtube">freeCodeCamp from Youtube</a></li>
</ul>
</li>
<li><a class="reference internal" href="#third-party-tutorials-about-libraries-that-use-gymnasium">Third-Party tutorials about libraries that use gymnasium</a><ul>
<li><a class="reference internal" href="#agilerl">AgileRL</a></li>
</ul>
Expand Down

0 comments on commit fe010db

Please sign in to comment.