-
At the moment, we can only model check HCTL with a known "syntactic" atomic propositions. However, in theory, nothing stops us from giving the model checker an arbitrary (coloured) set as an atomic pr…
-
Hello!
Could you please explain/add a code how to do inference only in countermeausre mode? :) E.g.
```
def best_model_inference(path_to_audio_or_raw_wavefrom):
...
return predicted_cl…
-
When running the tutorial ```07_commitment.py```, a KeyError is raised:
```
Traceback (most recent call last):
File "pyboolnet/tutorials/07_commitment.py", line 12, in
diagram = compute_p…
-
As a first pass, I'm actually getting pretty good behavior.
Basically, each trial has an ITI where the reward is always zero (regardless of the actino), and then on the next step we calculate the rew…
-
The following codes:
```
using CairoMakie
using Attractors, StaticArrays
function henon_rule(u, p, n)
x, y = u
a, b = p
xn = 1.0 - a*x^2 + y
yn = b*x
return SVector(xn, y…
-
[err]
Repo: JuliaArrays/StaticArrays.jl
Run URL: https://github.com/JuliaArrays/StaticArrays.jl/actions/runs/88022375
Image ID: sha256:4243bc6e6e3949ce7db921d21b64b0448307c021b8e45906f47d200b5491e23e
…
-
pyface 8.0.0
envisage 6.0.1
Example throws:
```
...
from pyface.action.i_tool_bar_manager import IToolBarManager
File "/Users/yves/opt/miniconda3/lib/python3.8/site-packages/pyface/action/i…
-
An idea is to show more optional contextual layers in ATIP, to help both inspections and TAs understand the relation between key trip origins/destinations and where infrastructure is proposed. To be s…
-
**Describe the bug**
If my understanding is correct, the output of `basins_fractions` or `basins_of_attraction` with `AttractorsViaRecurrences` **should never contain `0` as an attractor ID. Only `…
-
I plan to implement the control in a few stages:
1. Make a function that takes in a list of nested trap spaces and a network and computes drivers that drive the system to each trap space. I'm think…