Skip to content

Commit

Permalink
Deploying to gh-pages from @ 313fd52 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed May 20, 2024
1 parent c4733e9 commit 23139f7
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: c4a62f132f3b1e5bc8fea5627213f4cd
config: c21399851a3b1d31e5721cc66c3fc203
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion main/_modules/gymnasium/spaces/graph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ <h1>Source code for gymnasium.spaces.graph</h1><div class="highlight"><pre>
<span class="k">if</span> <span class="n">edge_space</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
<span class="k">assert</span> <span class="nb">isinstance</span><span class="p">(</span>
<span class="n">edge_space</span><span class="p">,</span> <span class="p">(</span><span class="n">Box</span><span class="p">,</span> <span class="n">Discrete</span><span class="p">)</span>
<span class="p">),</span> <span class="sa">f</span><span class="s2">&quot;Values of the edge_space should be instances of None Box or Discrete, got </span><span class="si">{</span><span class="nb">type</span><span class="p">(</span><span class="n">node_space</span><span class="p">)</span><span class="si">}</span><span class="s2">&quot;</span>
<span class="p">),</span> <span class="sa">f</span><span class="s2">&quot;Values of the edge_space should be instances of None Box or Discrete, got </span><span class="si">{</span><span class="nb">type</span><span class="p">(</span><span class="n">edge_space</span><span class="p">)</span><span class="si">}</span><span class="s2">&quot;</span>

<span class="bp">self</span><span class="o">.</span><span class="n">node_space</span> <span class="o">=</span> <span class="n">node_space</span>
<span class="bp">self</span><span class="o">.</span><span class="n">edge_space</span> <span class="o">=</span> <span class="n">edge_space</span>
Expand Down

0 comments on commit 23139f7

Please sign in to comment.