Mantas

Results 7 issues of Mantas

Closes #8261, closes #8260 These are just some minor suggestions, please feel free to close if the current behavior is desired as mentioned [here](https://github.com/pytorch/vision/issues/8261#issuecomment-1931905194). cc @NicolasHug

cla signed

### 🚀 The feature Was just wondering if it was possible to add support for handling image paths when using `ToImage`. Here's the desired feature: ```python import numpy as np...

### 📚 The doc issue [`TVTensor`](https://github.com/pytorch/vision/blob/4c0f44145792adca866a1668a79f2e11ed966491/torchvision/tv_tensors/_tv_tensor.py#L15) is documented as being a subclass of `torch.Tensor` specifically for transforms. Perhaps it could be added that they only constrain the shape of `torch.Tensor`?...

Some ideas for new features: * Allow variable face factor * Allow processing a single file with an option to show the processed image (only require matplotlib or ipykernel display...

enhancement

If we have 2 actions and $\varepsilon=0.5$, the probability of selecting the greedy action is $0.5 + 0.25=0.75$. We add $0.25$ because we may select a random action with $\varepsilon=0.5$...

### What happened + What you expected to happen Following the [official tutorial](https://docs.ray.io/en/latest/rllib/rllib-rlmodule.html#extending-existing-rllib-rl-modules), it is possible to specify custom `RLModule`s. However, after importing them from a custom local package, I...

bug
P3
rllib

### What happened + What you expected to happen ### The bug Default instantiation of `RLlib` algorithms causes deprecation warnings (even when the new API stack is selected). Furthermore, I...

bug
P3
rllib