Yandong Luo
Yandong Luo
I also have the same problem
pip uninstall pygame pip install pygame==1.9.6
I think you can change your python version to compile it. python 3.9 and python 3.6 works for me, but python 3.7 could not work.
I modify the evaluate_iou_loc.py. Now, my code don't need too many cuda memory. it can be run on NVIDIA 3080Ti: #!/usr/bin/env python from __future__ import annotations import json import os...

 It's same. That's so weird. But multi_arm_reacher.py is correct. 
yeah, it's the same. I also have tried different isaac-sim verison, 4.0.0, 4.2.0. All are the same problem 
I also use sim 4.5. It's the same problem. When I run `omni_python -m pytest .`, I got: 19:36:44 in curobo on main [?] ➜ omni_python -m pytest ....
I think this problem caused by 'pip install -r requirements.txt' ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the...
Thanks for your reply. I'm using NGSIM dataset. I think the NGSIM dataset also include the lane-changing trajectories. I also noticed that you experimented with your method in the carla...