상세 컨텐츠

본문 제목

Isaac GYM 기반 Go2 강화학습

일지

by 연 수 2024. 12. 27. 13:29

본문

반응형

목표

- 4090 RTX GPU 사용시, 에러 발생 (GPU 아키텍쳐 관련 문제)
RTX 4090 is not woking with isaacgymenvs and nvrtc: error: invalid value for –gpu-architecture (-arch)

- https://forums.developer.nvidia.com/t/rtx-4090-is-not-woking-with-isaacgymenvs-and-nvrtc-error-invalid-value-for-gpu-architecture-arch/271323

< 오류 해결 >

***/ 통상적으로, isaac gym이나, 다른 Repository에서는 다음과 같이 진행한다.

pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f [https://download.pytorch.org/whl/cu113/torch\_stable.html]

***/ 4090 RTX GPU 사용시, 다음과 같이 변경해주면 됨.
pip3 install torch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 --extra-index-url 

반응형

'일지' 카테고리의 다른 글

개인일지 24.12.30  (0) 2024.12.31
24.12.27 개인일지  (2) 2024.12.27
24.12.26 개인일지  (0) 2024.12.26
24.12.24 개인일지  (1) 2024.12.24
24.12.23 개인일지  (0) 2024.12.23

관련글 더보기