Hosseinkhan Rémy
Hosseinkhan Rémy
> Hi, I've got the same problem with a completely observable custom environment. As far as I can tell, this happens just with actor-critic algorithms and it's due to the...
+1 since `mujoco-py` triggers exceptions like below: ``` Exception: You appear to be missing MuJoCo. We expected to find the file here: /home/mpanchen/.mujoco/mujoco210 ``` Also appearing in https://github.com/Farama-Foundation/Gymnasium/issues/896
@ludgerpaehler Hello:) Could u elaborate on this?
> I just reverted to a local environment to make it work, I'll stay with this conf for now. A question if I may, what's the difference between running mode...
Indeed, I am not sure yet if it does make sense to do that, I have to dive into Singularity again. However, right now the option `--chown=user:goup` is not recognised...
7 months later I still have face the issue with the last version of `gh` (gh version 2.74.0-19-gea8fc856e (2025-06-09)) EDIT: @HiddenMachine3 @drienkop @GTazz `gh` was installed with `snap` on my...
@jcallaham Hello, The initial field is the default field when you do not provide `restart` or apply `load_checkpoint` to the flow. So I guess it is zero. Thanks to your...
Just for information: So last year, I discussed in https://github.com/dynamicslab/hydrogym/issues/94 about an > explosion of the dynamics when applying random control forcing when starting with a null vector field after...
This code should be self-contained. I changed the signature of `compute_steady_state` a bit with respect to the example of https://github.com/dynamicslab/hydrogym/issues/186. You can observe a large amount of energy at the...
Regarding this, > Just for information: So last year, I discussed in #94 about an > > > explosion of the dynamics when applying random control forcing when starting with...