Replies: 1 comment
-
Thank you for posting this. I'll move your post to our Discussions section for follow up. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
I can't exactly say what this bug is, just that I get this error that breaks my training. It starts with what looks like my agent just repeating the same actions during training and policy loss exploding, and then this crash comes. Sometimes it takes more time steps to break.
At first, i thought my agent was outputting actions not within the bounds of [1, -1] and so added that to my logs but it was still breaking.
I should also mention that when it was to RL_Games, while my training wasn't breaking, I was receiving a warning from TensorBoard that my inputs (Which are two concatenated camera outputs were inf or NaN. I suspect this might be causing some numerical errors that is causing things to explode
Steps to reproduce
I simply just attached my config and sim file below
The DirectRLCFG file
Main Sim FIle
System Info
Describe the characteristic of your environment:
cat ${ISAACSIM_PATH}/VERSION
]nvidia-smi
command.]Additional context
Add any other context about the problem here.
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
Beta Was this translation helpful? Give feedback.
All reactions