NeuralNetwork_for_VehicleDynamicsModeling icon indicating copy to clipboard operation
NeuralNetwork_for_VehicleDynamicsModeling copied to clipboard

[Question] About time step of simulation

Open JosenJiang opened this issue 10 months ago • 2 comments

Thank you for sharing this great work! But could you tell me how long is the time step of simulation?

JosenJiang avatar Apr 11 '24 09:04 JosenJiang

@JosenJiang I think the time step of simulation is 8ms.

Are you able to run the code?

I am getting this error ValueError: Can't convert Python sequence with mixed types to Tensor.

Please let me know how to fix this.

Regards

parasmech avatar Apr 16 '24 08:04 parasmech

@JosenJiang I think the time step of simulation is 8ms.

Are you able to run the code?

I am getting this error ValueError: Can't convert Python sequence with mixed types to Tensor.

Please let me know how to fix this.

Regards

Thanks a lot. I did not run the code. I just want to learn his method of processing data and training. Because I am learning pytorch, I use pytorch to build a MLP and LSTM model.

JosenJiang avatar Apr 26 '24 09:04 JosenJiang