Skip to content

Commit

Permalink
temporary fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YouGuessedMyName committed Dec 5, 2024
1 parent d2a4669 commit fc933ef
Show file tree
Hide file tree
Showing 15 changed files with 15,334 additions and 16,416 deletions.
20 changes: 12 additions & 8 deletions docs/getting_started/die.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<iframe
id="dietcXbFyTOJQ"
id="dielJHsCkQvMF"
width="820"
height="620"
frameborder="0"
Expand All @@ -15,18 +15,18 @@
&gt;&lt;/script&gt;
&lt;style type=&quot;text/css&quot;&gt;
#mynetwork {
width: 800px;
height: 600px;
border: 1px solid lightgray;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;mynetwork&quot;&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var nodes = new vis.DataSet([{ id: 0, label: `init`, group: &quot;states&quot; },
{ id: 1, label: `rolled1`, group: &quot;states&quot; },
{ id: 2, label: `rolled2`, group: &quot;states&quot; },
Expand Down Expand Up @@ -137,10 +137,14 @@
&quot;fractions&quot;: true,
&quot;digits&quot;: 5
},
&quot;results_and_rewards&quot;: {
&quot;state_properties&quot;: {
&quot;show_results&quot;: true,
&quot;resultSymbol&quot;: &quot;\u2606&quot;,
&quot;show_rewards&quot;: true
&quot;result_symbol&quot;: &quot;\u2606&quot;,
&quot;show_rewards&quot;: true,
&quot;reward_symbol&quot;: &quot;\u20ac&quot;,
&quot;show_zero_rewards&quot;: true,
&quot;show_observations&quot;: true,
&quot;observation_symbol&quot;: &quot;\u0298&quot;
},
&quot;layout&quot;: {
&quot;randomSeed&quot;: 5
Expand Down Expand Up @@ -203,4 +207,4 @@
"
border:none !important;
allowfullscreen webkitallowfullscreen mozallowfullscreen
></iframe>
></iframe>
Loading

0 comments on commit fc933ef

Please sign in to comment.