noisy_action = self.last_naction * (1 - self.noise_addition_std) + torch.randn((self.action_dim + 1, self.pred_horizon, self.node_feature_dim), device=self.device) * self.noise_addition_std
RuntimeError: The size of tensor a (21) must match the size of tensor b (19) at non-singleton dimension 0
when running the GraphDDPM evaluation on the transport task.
Getting
when running the GraphDDPM evaluation on the
transport
task.