Markus Krimmel
Markus Krimmel
For anyone experiencing a similar issue: If we do ``` task._arena.mjcf_model.size.nconmax = 200 ``` it *seems* to be working. I doubt that this is the right way to do it,...
Thanks for the response! I have tried several different versions of `dm_control`, `dm_env`, `labmaze` etc., especially those around the publication date of the paper. Currently I am using more recent...
Somewhat connected to https://github.com/deepmind/deepmind-research/issues/307
Hey, thanks for the PR! Are there any news on this? Could it make sense to go directly to Gym 0.26?
IIRC, I just relaxed the version requirements in `requirements.txt`
Thanks for the quick response - I have only tested it with CBC so far - The issue persists in 1.14.0 - If I set `model.sense = mip.MAXIMIZE` before the...
I don't know whether the maximization problem is actually unbounded, that's what I want to find out (it might also be optimal, which occurs for some MIPLIB instances). But maximization...
I have tested it with Gurobi and maximization should indeed be unbounded.
Some info for debugging: This problem doesn't occur with `legacy_spring=True`. Looking at a rollout, the hinge joint doesn't move at all. Same story for inverted_double_pendulum.
Are there any news on this? :)