Closed Theo-Cheynel closed 2 years ago
This is super weird...Did you change the flags in the trainer?
No, I just ran the trainer as is...
The error comes from the compute_cartpole_reward
, I removed the JIT decorator and now it's working properly
(also, thanks a ton for this repository, I'm learning IsaacGym and this minimal example is just a perfect way to get started)
I see. I assume the problem might be from the different Pytorch versions.
Yes, that's the most likely. I'll close the issue but I'll update it if ever I find what went wrong in the python environment
I have a working install of IsaagGym, IsaacGymEnvs and rl-games, and I just followed the steps in this repository's README to get it to run, however I get the following issue :
Does anyone know whether this is a common issue ?