Thomas B. Brunner
Thomas B. Brunner
This bug has been fixed in the latest virtualenv version. I cannot reproduce it. I believe people are getting `virtualenv` and `venv` confused here (I know I was). This bug...
The documentation for `breakpoint` in the [website](https://fishshell.com/docs/current/language.html#debugging) is misleading. It states that: "To start a debug session simply run the builtin command breakpoint at the point in a function **or...
Thanks for the interest! I am not very familiar with JAX. Currently, I don't have the time to look into this, but I am interested in it and I will...
I am also facing the same issues: the shown camera output was distorted and the app crashed when reading the QR code. Tried multiple times with no success. Running Android...
I've created a PR with fixes for the issues described here: https://github.com/pytorch/rl/pull/2442
Discussion continues in https://github.com/pytorch/rl/pull/2442#issuecomment-2361757878
> or add a new function and systemd would do function fish_prompt_prefix; echo $SHELL_PROMPT_PREFIX; end. Something like this would also make sense for people that want to customize the default...
@matteobettini, I think you've linked to the wrong issue.
Than I misunderstood you, sorry! Could it be that your issue is related to this? https://github.com/Farama-Foundation/Multi-Agent-ALE/issues/24
I see that you're using the Torch LSTM in your snippet. Maybe try with TorchRL's version of it (`LSTMModule`)? Also, as described in #2372, you'll need to use `python_based=True` in...