Update libero2dinowmdata.py
Browse files- libero2dinowmdata.py +1 -1
libero2dinowmdata.py
CHANGED
|
@@ -180,7 +180,7 @@ def collect_data(args):
|
|
| 180 |
# Convert lists to tensors
|
| 181 |
obs_tensor = torch.stack(episode_observations) # (T, 224, 224, 3)
|
| 182 |
actions_tensor = torch.stack(episode_actions) # (T, 7)
|
| 183 |
-
proprios_tensor = torch.stack(episode_proprios) # (T,
|
| 184 |
sim_states_tensor = torch.stack(episode_sim_states) # (T, sim_state_dim)
|
| 185 |
|
| 186 |
# Pad to args.max_seq_length
|
|
|
|
| 180 |
# Convert lists to tensors
|
| 181 |
obs_tensor = torch.stack(episode_observations) # (T, 224, 224, 3)
|
| 182 |
actions_tensor = torch.stack(episode_actions) # (T, 7)
|
| 183 |
+
proprios_tensor = torch.stack(episode_proprios) # (T, 7)
|
| 184 |
sim_states_tensor = torch.stack(episode_sim_states) # (T, sim_state_dim)
|
| 185 |
|
| 186 |
# Pad to args.max_seq_length
|