Yutao Chen

Results 2 issues of Yutao Chen

## Describe the bug When `depth` and `num_cells` are both not specified, [`MLP`](https://pytorch.org/rl/stable/reference/generated/torchrl.modules.MLP.html) will by default create a fully-connected neural network with three hidden layers, each with 32 neurons. This...

bug

Hi, The [document](https://birkhoffg.github.io/jax-dataloader/examples/random/#method-2-setting-per-dataloader-seed-generators) says that you can set per-dataloader seed generator using JAX keys. But with `jax_dataloader=0.1.3` (which seems to be the latest) I can not actually do this --...