maximilianigl

Results 6 issues of maximilianigl

When debugging a sacred experiment with Visual Studio Code, which uses the ptvsd debugger, the debugger crashes at the first breakpoint _inside_ the experiment. So everything before the `ex.automain` decorated...

bug

Allow to use the tiny_rgb_array rendering mode for Boxoban. Makes the Boxoban interface (i.e. reset() function) more similar to Sokoban.

Hi, I'm running the code using mpirun inside a docker container. It worked at first but recently I started getting the error message ``` ===================================================================================== = BAD TERMINATION OF ONE...

## Describe the bug A dataclass in "next" doesn't get copied over in step_mdp. ## To Reproduce ``` import dataclasses from tensordict.tensordict import TensorDict import torch from torchrl.envs import step_mdp...

bug

## Describe the bug Tensorclasses (in contrast to tensordicts) don't list non-tensor data when iterating through it with `.keys()` or `.items()`. This also affects e.g. `apply()`. ## To Reproduce ```python...

bug