-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Request #113 breaks Issac Gym #121
Comments
Could you show your error please? |
It doesn't have an error but it seems like the normalization being moved effects the output actions. When loading from a checkpoint and running the environment with test=True, the resulting actions seem scaled down by a large amount. I had a suspicion that the normalization is missing from the models Isaac Gym is using, but I wasn't 100% sure where to start to fix this issue. |
Hi @Tbarkin121! Can you please describe the repro steps - I've been training and testing a lot of different environments recently with the latest rl-games and they all worked fine for me. |
@Tbarkin121 what if you train in master and try to test in master? |
@Tbarkin121 I've found the issue. |
I added a few more fixes for the backward compatibility. |
I was modifying some of the rl_games code when I noticed newer version do not work with Issac Gym. Prior to this merge #113 things appear to be working correctly.
The text was updated successfully, but these errors were encountered: