Maximilien Le Clei

Results 5 issues of Maximilien Le Clei

Hey Cecil, hope all is well! Not sure what happened but your brain child asked me to post it so here I am. `tuple` + `jaxtyping.Num` on a `torch.Tensor`. This...

### Question Do you happen to know if state signals in Classic Control, Box2D & MuJoCo tasks all possess the Markov Property?

Seems like you've been suggesting people to not use it recently, was wondering whether the issue has been identified?

### Bug description https://github.com/Lightning-AI/pytorch-lightning/blob/3740546899aedad77c80db6b57f194e68c455e28/src/lightning/fabric/accelerators/cpu.py#L75 `cpu_cores` being a list of integers will always raise an exception, which shouldn't according to the Trainer documentation/this function signature ### What version are you seeing...

help wanted
good first issue
question
ver: 2.2.x

## Describe the bug The cell ``` from torchrl.envs import [GymEnv](https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module) env = [GymEnv](https://pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module)("CartPole-v1", from_pixels=True, pixels_only=False) print(env.rollout(max_steps=3)) from torchrl.envs import [TransformedEnv] ``` from tutorial # 4 (https://pytorch.org/rl/stable/tutorials/getting-started-4.html) returns `ModuleNotFoundError: No...

bug