Martin Schuck

Results 13 comments of Martin Schuck

I observe a similar behavior when trying to install pytorch. Steps to reproduce: `mamba create -n test python=3.11` `mamba activate test` `mamba install -c pytorch pytorch` -> Segmentation fault (core...

Seems specific to the installation I'm currently using. When using the micromamba Docker image the steps result in the expected "Could not solve" error, so I wasn't able to reproduce...

I was still on 1.4.1, updating to 1.4.2 fixed the issue. Thanks!

Yes, that's a more principled solution. I had to add it to the Fetch environments separately because they redefine `RobotEnv._reset_sim()`. Also, I added the `mujoco_py` equivalent to the deprecated environments....

I have resolved your comments and removed the modifications to the `mujoco-py` environments. Since they are expected to fail the new tests I have limited those to the `mujoco` environments...

I don't think that's correct. The test you mentioned steps through two environments and checks if the information from two distinct environments match at each step. This cannot detect the...

When bumping the environment version number, do we replace all the v2s, should we issue a deprecation error or is that done automatically? And do the required changes to the...

Hopefully the last question: Some envs are inheriting from MujocoRobotEnv, but the behavior seems to be unchanged. E.g. `HandManipulateBlockFull-v1` passes the new tests also without any fixes. The environments **with**...

@Kallinteris-Andreas Any news on when this will be merged?

I have opened up the PR https://github.com/Farama-Foundation/Gymnasium-Robotics/pull/208 that fixes this behaviour.