-
### Environment
OS: Windows 11
Python : CPython 3.10.14
Torchrl Version : 0.5.0
PyTorch Version : 2.4.1+cu124
Gym Environment: A custom subclass of EnvBase (from torchrl.envs)
The project I'm …
-
Hi guys,
I was tying to ICGNN within causica as follows:
I have executed:
!pip install causica
that loads fine.
but when I try to import ICGNN as below it fails.
from causica.functional_…
-
Hello. why this error happened when I want to run this script: python mappo_ippo.py --m env.scenario_name=balance
## Describe the bug
Traceback (most recent call last):
File "mappo_ippo.py", …
-
### 🚀 The feature, motivation and pitch
Currently, a code [such as this will](https://github.com/pytorch/tensordict/blob/7252fcfa4719c1109187187b2290f71418b57ff1/test/test_compile.py#L404-L406) fail …
-
## Motivation
A common situation for dataset generation/processing involves writing many tensors to disk from many processes/nodes in parallel, and over a long duration. While shared storage is ass…
-
## Description
When a tensordict is shared in memory, all of its tensors have a storage that is changed accordingly.
We need to decide what happens when a tensor is added to the tensordict. Here…
-
## Motivation
It is not very clear what should be the structure of TensorDict of the return of the _step() function for a multi agent environment.
If there are two agents A and B and they are in…
-
Hi there,
As mentioned [here](https://github.com/NVIDIA-Omniverse/Orbit/discussions/108#discussion-5511668), I'm trying to use torchrl with [NVIDIA Orbit](https://github.com/NVIDIA-Omniverse/Orbit)…
-
### 🚀 The feature
Beyond the on-disk cache and in-memory cache, it would be useful and performant if a memmap cache (under tensordict https://github.com/pytorch-labs/tensordict/blob/main/tensordict…
-
Hi,
I would like to change textures (randomly or via a png file) of the various objects in the scene (eg: before every new episode).
I managed to change the `base_color` but when I change the te…