Skip to content

Commit

Permalink
deploy: be8ec8b
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jul 29, 2024
1 parent 9f38021 commit c342c1b
Show file tree
Hide file tree
Showing 33 changed files with 27 additions and 27 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/examples/racetrack/model.doctree
Binary file not shown.
Binary file modified .doctrees/examples/racetrack/quickstart.doctree
Binary file not shown.
Binary file modified .doctrees/guide/construction.doctree
Binary file not shown.
Binary file modified .doctrees/guide/exploration.doctree
Binary file not shown.
Binary file modified .doctrees/gym/abstract.doctree
Binary file not shown.
Binary file modified .doctrees/gym/generic.doctree
Binary file not shown.
Binary file modified .doctrees/gym/index.doctree
Binary file not shown.
Binary file modified .doctrees/incubator/moml/macros.doctree
Binary file not shown.
Binary file modified .doctrees/reference/analysis.doctree
Binary file not shown.
Binary file modified .doctrees/reference/engine.doctree
Binary file not shown.
Binary file modified .doctrees/reference/jani.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/actions.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/automata.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/context.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/exceptions.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/expressions.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/functions.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/networks.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/properties.doctree
Binary file not shown.
Binary file modified .doctrees/reference/model/types.doctree
Binary file not shown.
Binary file modified .doctrees/tools/modest.doctree
Binary file not shown.
Binary file modified .doctrees/tools/storm.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions _images/quickstart_6_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions examples/racetrack/quickstart/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion guide/construction/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ <h2>Modeling with Momba<a class="headerlink" href="#modeling-with-momba" title="
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Context model_type=ModelType.MDP at 0x7facc40e6c10&gt;
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Context model_type=ModelType.MDP at 0x7fd2c87fee50&gt;
</pre></div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions guide/exploration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,26 +493,26 @@ <h1>Model Exploration<a class="headerlink" href="#model-exploration" title="Link
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-none notranslate"><div class="highlight"><pre><span></span>Move: left
Probability: 0.4
Globals: {&#39;pos_x&#39;: Value(1), &#39;pos_y&#39;: Value(0)}
Locals: {&#39;has_won&#39;: Value(False), &#39;has_crashed&#39;: Value(False)}
Probability: 0.6
Globals: {&#39;pos_x&#39;: Value(1), &#39;pos_y&#39;: Value(-1)}
Locals: {&#39;has_won&#39;: Value(False), &#39;has_crashed&#39;: Value(True)}
Move: right
Probability: 0.4
Globals: {&#39;pos_x&#39;: Value(1), &#39;pos_y&#39;: Value(0)}
Locals: {&#39;has_won&#39;: Value(False), &#39;has_crashed&#39;: Value(False)}
Move: right
Probability: 0.6
Globals: {&#39;pos_x&#39;: Value(1), &#39;pos_y&#39;: Value(1)}
Locals: {&#39;has_won&#39;: Value(False), &#39;has_crashed&#39;: Value(False)}
Move: stay
Probability: 0.4
Globals: {&#39;pos_x&#39;: Value(1), &#39;pos_y&#39;: Value(0)}
Locals: {&#39;has_won&#39;: Value(False), &#39;has_crashed&#39;: Value(False)}
Move: stay
Probability: 0.6
Globals: {&#39;pos_x&#39;: Value(1), &#39;pos_y&#39;: Value(0)}
Locals: {&#39;has_won&#39;: Value(False), &#39;has_crashed&#39;: Value(False)}
Probability: 0.4
Globals: {&#39;pos_x&#39;: Value(1), &#39;pos_y&#39;: Value(0)}
Locals: {&#39;has_won&#39;: Value(False), &#39;has_crashed&#39;: Value(False)}
</pre></div>
</div>
</div>
Expand Down
20 changes: 10 additions & 10 deletions reference/engine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ <h2>Example<a class="headerlink" href="#example" title="Link to this heading">#<
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;momba.engine.explore.Explorer at 0x7f57d8291670&gt;
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;momba.engine.explore.Explorer at 0x7ff2e8098910&gt;
</pre></div>
</div>
</div>
Expand Down Expand Up @@ -634,11 +634,11 @@ <h2>Example<a class="headerlink" href="#example" title="Link to this heading">#<
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-none notranslate"><div class="highlight"><pre><span></span>Action: snd_idle12
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7f57d8030280&gt;.
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7f57d8030d30&gt;.
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7ff2d8c980a0&gt;.
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7ff2d8c98d30&gt;.
Action: snd_idle21
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7f57d8030e20&gt;.
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7f57d8030dc0&gt;.
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7ff2d8c98e20&gt;.
With p=0.5 to &lt;momba.engine.explore.Destination object at 0x7ff2d8c98dc0&gt;.
</pre></div>
</div>
</div>
Expand All @@ -658,19 +658,19 @@ <h2>Example<a class="headerlink" href="#example" title="Link to this heading">#<
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-none notranslate"><div class="highlight"><pre><span></span>Action: snd_idle12
<div class="output stream highlight-none notranslate"><div class="highlight"><pre><span></span>Action: snd_idle21
</pre></div>
</div>
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>{&#39;w12&#39;: Value(5),
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>{&#39;w12&#39;: Value(0),
&#39;y1&#39;: Value(0),
&#39;y2&#39;: Value(0),
&#39;x1&#39;: Value(0),
&#39;s1&#39;: Value(2),
&#39;w21&#39;: Value(0),
&#39;s1&#39;: Value(0),
&#39;w21&#39;: Value(5),
&#39;z1&#39;: Value(0),
&#39;z2&#39;: Value(0),
&#39;x2&#39;: Value(0),
&#39;s2&#39;: Value(0),
&#39;s2&#39;: Value(3),
&#39;t&#39;: Value(0)}
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion reference/jani/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ <h3>Loading a JANI-Model<a class="headerlink" href="#loading-a-jani-model" title
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;momba.model.networks.Network at 0x7eff7886abe0&gt;
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;momba.model.networks.Network at 0x7f708cdad1f0&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion reference/model/automata/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ <h1>Automata<a class="headerlink" href="#automata" title="Link to this heading">
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Automaton name=&#39;environment&#39; at 0x7fb0b8eee3a0&gt;
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Automaton name=&#39;environment&#39; at 0x7f34b855e790&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion reference/model/context/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ <h1>Context<a class="headerlink" href="#context" title="Link to this heading">#<
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Context model_type=ModelType.PTA at 0x7f2658ad0d00&gt;
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;Context model_type=ModelType.PTA at 0x7f7a9cbef580&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion reference/model/networks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ <h1>Networks<a class="headerlink" href="#networks" title="Link to this heading">
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;momba.model.networks.Network at 0x7fe41ce0b670&gt;
<div class="output text_plain highlight-none notranslate"><div class="highlight"><pre><span></span>&lt;momba.model.networks.Network at 0x7fba28a8ff70&gt;
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit c342c1b

Please sign in to comment.