-
### What is your question?
I mentioned this in issue #7422, but it wasn't really relevant to the question and my explanation wasn't the best, so I thought to open a new question.
My goal is to do …
-
The rewriting machinery does not correctly instantiate the parameters of a constructor when applying a rewrite rule. Here's an example where things go wrong:
```agda
open import Agda.Builtin.Bool
…
-
## 🐛 Bug Description
I notice after each iteration, new subprocess will be spawned and old subprocess is not shutdown, this only happen for subproc or shmem env type. This is causing subprocess lea…
-
```agda
{-# OPTIONS --type-in-type --rewriting #-}
open import Agda.Builtin.Equality
open import Agda.Builtin.Equality.Rewrite
infixl 30 _∙_
infixr 30 _,_
postulate
_=_ : {A : Set} → A …
-
Hi @alexsuter , hi @ivy-rew ,
can you please create the new repo for the Stateful Datatable Demo?
[TG-1588](https://axonivy.atlassian.net/browse/TG-1588)
Best regards,
Majed.
-
-
Hello,
While running hCAS and trying to generate tables with `SolveMDP` I had a problem with versions of julia packages (the "n_actions not defined" problem etc.) - I've gone through the other issu…
-
-
Hello, i think this place in your codes is wrong.
cvpo-safe-rl/safe_rl/policy/cvpo.py
line-454-457
def critic_loss():
obs, act, reward, obs_next, done = to_tensor(data['obs']), to_tens…
-
## Bug description
There are two ways to deal with variable horizon environments. 1) is by turning them into fixed length environments and 2) is by turning them into infinite horizon environments.
…