Bas van der Heijden

Results 10 comments of Bas van der Heijden

[This comment](https://github.com/relekang/python-semantic-release/issues/460#issuecomment-1192261285) seems related? Could you verify that?

When your `version_source= "commit"` (which it is per default, if not specified otherwise in your pyproject.toml), it seems that it will recursively look back at previous commit messages, apply a...

Thanks for the fix! Tried to test it out yesterday but had some trouble setting up Mujoco locally. I'll probably test it out then, and until then use the sphere...

It's on my to do list to check out this weekend! Will keep you posted. I'll close this issue if it's fixed!

Did not find the time to test yet. Probably won't happen until after the next ~2 weeks (busy with paper rebuttal).... But, it's definitely something I'll get back to, so...

In our application, the construction of the `in_axes` and `val` pytrees occurs at distinct stages due to the nature of the codebase. Initially, when the `in_axes` pytree is assembled, some...

Using `None` or any `int` axis specification as leaves in `in_axes` where `val` contains full subtrees appears to function correctly (refer to the provided minimal working example). Looking at the...

Thanks for your detailed answer! First off, I wanted to double check that the steps described in algorithm 1 of the DotMotif paper match the steps taken in grandiso. Also,...

Thank you for the long and detailed response! Greatly appreciated :). I'll follow that with an apology for my late reply (I was on Holiday the last two weeks)! Below...

Thanks, that clears things up. Wasn't sure if it was perhaps handled elsewhere. Concerning the ablation: It looks like those benchmarks were done using Atari games, which, as far as...