Skip to content

Commit

Permalink
Deploying to gh-pages from @ a09dcfd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Jul 4, 2024
1 parent a24a324 commit 7c91a1b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 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: d863b976fc43dc3b421304ef6dbe781f
config: d1f8b33716262de538bed5443fa88286
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion main/_modules/gymnasium/utils/env_checker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ <h1>Source code for gymnasium.utils.env_checker</h1><div class="highlight"><pre>
<span class="p">)</span>

<span class="k">assert</span> <span class="n">data_equivalence</span><span class="p">(</span>
<span class="n">term_0</span><span class="p">,</span> <span class="n">term_0</span><span class="p">,</span> <span class="n">exact</span><span class="o">=</span><span class="kc">True</span>
<span class="n">term_0</span><span class="p">,</span> <span class="n">term_1</span><span class="p">,</span> <span class="n">exact</span><span class="o">=</span><span class="kc">True</span>
<span class="p">),</span> <span class="s2">&quot;Deterministic step termination are not equivalent for the same seed and action&quot;</span>
<span class="k">assert</span> <span class="p">(</span>
<span class="n">trunc_0</span> <span class="ow">is</span> <span class="kc">False</span> <span class="ow">and</span> <span class="n">trunc_1</span> <span class="ow">is</span> <span class="kc">False</span>
Expand Down

0 comments on commit 7c91a1b

Please sign in to comment.