Skip to content

Commit

Permalink
Merge pull request #155 from moves-rwth/several-visualization-features
Browse files Browse the repository at this point in the history
Several visualization features
  • Loading branch information
YouGuessedMyName authored Dec 5, 2024
2 parents 84b37b1 + d44b237 commit 74fd328
Show file tree
Hide file tree
Showing 25 changed files with 3,313 additions and 835 deletions.
12 changes: 8 additions & 4 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 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
14 changes: 9 additions & 5 deletions docs/getting_started/die.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"text/html": [
"\n",
" <iframe\n",
" id=\"dietcXbFyTOJQ\"\n",
" id=\"dielJHsCkQvMF\"\n",
" width=\"820\"\n",
" height=\"620\"\n",
" frameborder=\"0\"\n",
Expand Down Expand Up @@ -176,10 +176,14 @@
" &quot;fractions&quot;: true,\n",
" &quot;digits&quot;: 5\n",
" },\n",
" &quot;results_and_rewards&quot;: {\n",
" &quot;state_properties&quot;: {\n",
" &quot;show_results&quot;: true,\n",
" &quot;resultSymbol&quot;: &quot;\\u2606&quot;,\n",
" &quot;show_rewards&quot;: true\n",
" &quot;result_symbol&quot;: &quot;\\u2606&quot;,\n",
" &quot;show_rewards&quot;: true,\n",
" &quot;reward_symbol&quot;: &quot;\\u20ac&quot;,\n",
" &quot;show_zero_rewards&quot;: true,\n",
" &quot;show_observations&quot;: true,\n",
" &quot;observation_symbol&quot;: &quot;\\u0298&quot;\n",
" },\n",
" &quot;layout&quot;: {\n",
" &quot;randomSeed&quot;: 5\n",
Expand Down Expand Up @@ -329,7 +333,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.11.2"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
1 change: 1 addition & 0 deletions docs/getting_started/layouts/grid.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"result_symbol": "\u2606",
"show_rewards": true,
"reward_symbol": "\u20ac",
"show_zero_rewards": false,
"show_observations": true,
"observation_symbol": "\u0298"
},
Expand Down
Loading

0 comments on commit 74fd328

Please sign in to comment.