Replies: 1 comment
-
|
This was because I did not use the scaler. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thanks for your great work.
I am working on skrl with Isaac Lab, and trying to convert the skrl model to pytorch nn.module-based implementation.
I need to implement the model using pytorch nn.module because I am willing to run the neural network on cpp(and pytorch supports cpp implementation via libtorch).
To this end, I parsed the network from agent.yaml and loaded parameters(weights and biases) from best_agent.pt
However, as I implement the nn.module and tested using zero input(obs with all zeros), the skrl agent and my custom model showed different outputs.

I reviewed my code and I cannot find problem on myself. Can anybody help??
I attached my full code for reproduction.
skrl_torch_comparison.zip
I was using
Beta Was this translation helpful? Give feedback.
All reactions