You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
After the recent pull, creating transformed env with R3M leads to this error:
Traceback (most recent call last):
File "test.py", line 26, in <module>
td = env.rand_step()
File "/home/rutavms/research/robohive/latest/rl/torchrl/envs/common.py", line 540, in rand_step
return self.step(tensordict)
File "/home/rutavms/research/robohive/latest/rl/torchrl/envs/common.py", line 343, in step
obs_keys = set(self.observation_spec.keys())
File "/home/rutavms/research/robohive/latest/rl/torchrl/envs/transforms/transforms.py", line 407, in observation_spec
observation_spec = self.transform.transform_observation_spec(
File "/home/rutavms/research/robohive/latest/rl/torchrl/envs/transforms/transforms.py", line 662, in transform_observation_spec
observation_spec = t.transform_observation_spec(observation_spec)
File "/home/rutavms/research/robohive/latest/rl/torchrl/envs/transforms/transforms.py", line 662, in transform_observation_spec
observation_spec = t.transform_observation_spec(observation_spec)
File "/home/rutavms/research/robohive/latest/rl/torchrl/envs/transforms/r3m.py", line 95, in transform_observation_spec
observation_spec = CompositeSpec(**observation_spec)
TypeError: __new__() keywords must be strings