differentiable-mpc icon indicating copy to clipboard operation
differentiable-mpc copied to clipboard

Results 5 differentiable-mpc issues
Sort by recently updated
recently updated
newest added

Hi @zkolter @gauravmm or anybody else with admin rights here, I don't seem to have write access in here anymore, can you please merge this when you get a chance?

We found a problem inside mpc.py related to the conflict version of Pytorch Function: "Legacy autograd function with non-static forward method is deprecated. " Do you have some suggestions to...

Hi, When I use the differentiable mpc in my code (installed using pip), Cuda memory gradually increases each iteration leading to memory error. It seems there is a memory leakage...

It seems that one of the tensors passed to RMSProp is not a leaf tensors (it was created through some operations that were registered in the grad graph). To reproduce,...