NeuralNetwork_for_VehicleDynamicsModeling
NeuralNetwork_for_VehicleDynamicsModeling copied to clipboard
[Question] About time step of simulation
Thank you for sharing this great work! But could you tell me how long is the time step of simulation?
@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
@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.