-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
In the drone project,the hover_eval.py is extremely slow #530
Comments
你可以尝试修改一下
以上两点是与locomotion不同的feature,其他应该都是一致的。然后运行 python hover_eval.py -e drone-hovering --ckpt 500 如果还是不行,可以试试不使用docker? |
可以提供一下你在traing时候的数据吗? 我看看在training的时候计算效率是否与我的一致,我的测试平台:
仿真速度1,200,000 step/s, 1分30秒左右完成训练 |
所以是 我提供以下两个方向排查具体问题:
|
base) lizhaorui@ubuntu:~/DL/Genesis/examples$ nvidia-smi +---------------------------------------------------------------------------------------+ 好像遇到我这个问题的人应该很多,有更新CUDA的 ,有加代码的 。 这个例子我在MACpro M3 上没跑起来,段错误。 |
我的CUDA版本比你还新,12.4 这个就和引擎有关了,还是等后续更新吧,兼容性还有待提升 |
CUDA版本对genesis的运行效果是不是有大的影响? |
#203 具体问题是上面这个issue |
所以拉了docker 但是docker好像有的运行也不行 |
visualization不能正常运行,在linux和macos上都跑了,linux是慢,mac上报错 opencv的错 , 估计就是cuda版本太低了 |
那么可能是引擎或者docker的问题,你可以提出新的issue问问?关于camera.render() @zhouxian |
After training , I ran the 'python hover_eval.py -e drone-hovering --ckpt 500 --record' in docker, and it is just very slow.
By the way, I also ran the locomotion in docker, it could work normally.
The text was updated successfully, but these errors were encountered: