Closed frt03 closed 2 years ago
Maybe this is the answer you were looking for https://github.com/NVIDIA-Omniverse/IsaacGymEnvs/issues/75
For now i suggest you to use gym==0.24
instead of gym==0.25
.
Maybe this is the answer you were looking for #75
@Touutae-lab Thanks!
For your reference, I tried gym==0.25.1
and gym==0.24.1
. gym==0.25.1
raised another API issue and gym==0.24.1
showed some warnings (but it seemed to work). So, I'm using gym==0.23.1
now.
Hi,
I tried
Capture videos during training
in README.md; i.e. runningbut got the following error:
I guess it was caused by the API change of Open AI Gym. Can we fix this somehow? or could you add the valid version of gym in setup.py? FYI, I used
gym==0.25.2
.Thank you for your great effort!