This commit is contained in:
pseudo-rnd-thoughts
2022-10-25 13:44:16 +00:00
parent 2d01d3d26e
commit b2083af30b

View File

@@ -553,7 +553,7 @@
</section>
<section id="non-atari-env">
<h4>Non-Atari env<a class="headerlink" href="#non-atari-env" title="Permalink to this heading">#</a></h4>
<p>Ensure the environment is in Gymnasium (or your fork). Ensure that the environments Python file has a properly formatted markdown docstring. Pip install Gymnasium (or your fork) then run <code class="docutils literal notranslate"><span class="pre">docs/scripts/gen_mds.py</span></code>. This will automatically generate an md page for the environment. Then complete the <span class="xref myst">other steps</span>.</p>
<p>Ensure the environment is in Gymnasium (or your fork). Ensure that the environments Python file has a properly formatted markdown docstring. Pip install Gymnasium (or your fork) then run <code class="docutils literal notranslate"><span class="pre">docs/scripts/gen_mds.py</span></code>. This will automatically generate a md page for the environment. Then complete the <span class="xref myst">other steps</span>.</p>
</section>
<section id="other-steps">
<h4>Other steps<a class="headerlink" href="#other-steps" title="Permalink to this heading">#</a></h4>