当前位置:   article > 正文

isaacgym和isaacsim仿真的安装,版本配置记录_ubuntu20.04安装isaac gym

ubuntu20.04安装isaac gym

1. 基本环境描述,操作系统ubuntu 20.04 Focal Fossa,显卡是NVIDIA GeForce RTX 3090;

2. 软件环境描述,显卡驱动版本使用535;安装了anaconda;isaacgym的python版本为**;isaacsim的python版本为**;

3. 分别按照指引安装了isaacsim和isaacgym的仿真器;

isaacsim:

Workstation Installation — Omniverse IsaacSim latest documentationicon-default.png?t=N7T8https://docs.omniverse.nvidia.com/isaacsim/latest/installation/install_workstation.html

isaacgym:Isaac Gym - Preview Release | NVIDIA Developericon-default.png?t=N7T8https://developer.nvidia.com/isaac-gym

4.安装配置Env软件包

 isaacsim: https://github.com/NVIDIA-Omniverse/OmniIsaacGymEnvs

isaacgym:https://github.com/NVIDIA-Omniverse/IsaacGymEnvs

软件包安装对pytorch有版本要求,pytorh对CUDA版本有要求,对python的版本也有要求,其对应关系在如下网站查找,有时会出现冲突,最直接的方法是参照环境已配置成功的主机进行版本选择CUDA版本。

Previous PyTorch Versions | PyTorch

------------------------------------------------------------------------------------------------------------------

查看显卡驱动版本

nvidia-smi

查看cuda版本,cuda版本不应该高于nvidia-smi中的CUDA Version

自动安装将会使用自动创建rlgpu的虚拟环境,可以手动创建虚拟环境,pip安装需要的软件包。

isaacgym env

conda activate rlgpu
conda deactivate
pip list
  1. Package Version Editable project location
  2. ------------------------ --------------- ------------------------------------
  3. absl-py 1.3.0
  4. aiohttp 3.8.3
  5. aiosignal 1.2.0
  6. antlr4-python3-runtime 4.9.3
  7. async-timeout 4.0.2
  8. asynctest 0.13.0
  9. attrs 22.1.0
  10. blinker 1.4
  11. brotlipy 0.7.0
  12. cachetools 4.2.2
  13. certifi 2022.12.7
  14. cffi 1.15.1
  15. charset-normalizer 2.0.4
  16. click 8.0.4
  17. cloudpickle 2.2.1
  18. cryptography 39.0.1
  19. decorator 5.1.1
  20. docker-pycreds 0.4.0
  21. flit_core 3.6.0
  22. freetype-py 2.4.0
  23. frozenlist 1.3.3
  24. gitdb 4.0.11
  25. GitPython 3.1.40
  26. google-auth 1.33.0
  27. google-auth-oauthlib 0.4.4
  28. grpcio 1.42.0
  29. gym 0.23.1
  30. gym-notices 0.0.8
  31. Hydra 2.5
  32. hydra-core 1.3.2
  33. idna 3.4
  34. imageio 2.31.2
  35. importlib-metadata 4.11.3
  36. importlib-resources 5.12.0
  37. isaacgym 1.0rc4 /home/zhhw/Downloads/isaacgym/python
  38. isaacgymenvs 1.5.1 /home/zhhw/github/IsaacGymEnvs
  39. Jinja2 3.1.2
  40. lxml 4.9.4
  41. Markdown 3.4.1
  42. MarkupSafe 2.1.1
  43. mkl-fft 1.3.0
  44. mkl-random 1.1.1
  45. mkl-service 2.3.0
  46. multidict 6.0.2
  47. networkx 2.2
  48. ninja 1.11.1.1
  49. numpy 1.21.6
  50. nvidia-cublas-cu11 11.10.3.66
  51. nvidia-cuda-nvrtc-cu11 11.7.99
  52. nvidia-cuda-runtime-cu11 11.7.99
  53. nvidia-cudnn-cu11 8.5.0.96
  54. oauthlib 3.2.1
  55. omegaconf 2.3.0
  56. opencv-python 4.8.1.78
  57. packaging 23.2
  58. pathtools 0.1.2
  59. Pillow 9.3.0
  60. pip 22.3.1
  61. promise 2.3
  62. protobuf 3.20.3
  63. psutil 5.9.7
  64. pyasn1 0.4.8
  65. pyasn1-modules 0.2.8
  66. pycollada 0.6
  67. pycparser 2.21
  68. pyglet 2.0.10
  69. PyJWT 2.4.0
  70. PyOpenGL 3.1.0
  71. pyOpenSSL 23.0.0
  72. pyrender 0.1.45
  73. pysdf 0.1.9
  74. PySocks 1.7.1
  75. python-dateutil 2.8.2
  76. PyVirtualDisplay 3.0
  77. PyYAML 6.0.1
  78. requests 2.28.1
  79. requests-oauthlib 1.3.0
  80. rl-games 1.6.1
  81. rsa 4.7.2
  82. scipy 1.5.0
  83. sentry-sdk 1.39.1
  84. setproctitle 1.3.3
  85. setuptools 65.6.3
  86. shortuuid 1.0.11
  87. six 1.16.0
  88. smmap 5.0.1
  89. tensorboard 2.11.2
  90. tensorboard-data-server 0.6.1
  91. tensorboard-plugin-wit 1.8.1
  92. tensorboardX 2.6.2.2
  93. termcolor 2.3.0
  94. torch 1.13.1
  95. torchaudio 0.7.0a0+a853dff
  96. torchvision 0.14.1
  97. trimesh 3.23.5
  98. typing_extensions 4.4.0
  99. urdfpy 0.0.22
  100. urllib3 1.26.14
  101. wandb 0.12.21
  102. warp-lang 0.10.1
  103. Werkzeug 2.2.2
  104. wheel 0.38.4
  105. yarl 1.8.1
  106. zipp 3.11.0

退出虚拟环境,此处是isaac sim的软件包版本配置

pip list
  1. Package Version
  2. ----------------------------- ---------------
  3. aiobotocore 2.5.0
  4. aiofiles 22.1.0
  5. aiohttp 3.8.5
  6. aioitertools 0.7.1
  7. aiosignal 1.2.0
  8. aiosqlite 0.18.0
  9. alabaster 0.7.12
  10. anaconda-anon-usage 0.4.2
  11. anaconda-catalogs 0.2.0
  12. anaconda-client 1.12.1
  13. anaconda-cloud-auth 0.1.3
  14. anaconda-navigator 2.5.0
  15. anaconda-project 0.11.1
  16. anyio 3.5.0
  17. appdirs 1.4.4
  18. argon2-cffi 21.3.0
  19. argon2-cffi-bindings 21.2.0
  20. arrow 1.2.3
  21. astroid 2.14.2
  22. astropy 5.1
  23. asttokens 2.0.5
  24. async-timeout 4.0.2
  25. atomicwrites 1.4.0
  26. attrs 22.1.0
  27. Automat 20.2.0
  28. autopep8 1.6.0
  29. Babel 2.11.0
  30. backcall 0.2.0
  31. backports.functools-lru-cache 1.6.4
  32. backports.tempfile 1.0
  33. backports.weakref 1.0.post1
  34. bcrypt 3.2.0
  35. beautifulsoup4 4.12.2
  36. binaryornot 0.4.4
  37. black 0.0
  38. bleach 4.1.0
  39. bokeh 3.2.1
  40. boltons 23.0.0
  41. botocore 1.29.76
  42. Bottleneck 1.3.5
  43. brotlipy 0.7.0
  44. certifi 2023.7.22
  45. cffi 1.15.1
  46. chardet 4.0.0
  47. charset-normalizer 2.0.4
  48. click 8.0.4
  49. cloudpickle 2.2.1
  50. clyent 1.2.2
  51. colorama 0.4.6
  52. colorcet 3.0.1
  53. comm 0.1.2
  54. conda 23.7.4
  55. conda-build 3.26.1
  56. conda-content-trust 0.2.0
  57. conda_index 0.3.0
  58. conda-libmamba-solver 23.7.0
  59. conda-pack 0.6.0
  60. conda-package-handling 2.2.0
  61. conda_package_streaming 0.9.0
  62. conda-repo-cli 1.0.75
  63. conda-token 0.4.0
  64. conda-verify 3.4.2
  65. constantly 15.1.0
  66. contourpy 1.0.5
  67. cookiecutter 1.7.3
  68. cryptography 41.0.3
  69. cssselect 1.1.0
  70. cycler 0.11.0
  71. cytoolz 0.12.0
  72. daal4py 2023.1.1
  73. dask 2023.6.0
  74. datasets 2.12.0
  75. datashader 0.15.2
  76. datashape 0.5.4
  77. debugpy 1.6.7
  78. decorator 5.1.1
  79. defusedxml 0.7.1
  80. diff-match-patch 20200713
  81. dill 0.3.6
  82. distributed 2023.6.0
  83. docstring-to-markdown 0.11
  84. docutils 0.18.1
  85. entrypoints 0.4
  86. et-xmlfile 1.1.0
  87. executing 0.8.3
  88. fastjsonschema 2.16.2
  89. filelock 3.9.0
  90. flake8 6.0.0
  91. Flask 2.2.2
  92. fonttools 4.25.0
  93. frozenlist 1.3.3
  94. fsspec 2023.4.0
  95. future 0.18.3
  96. gensim 4.3.0
  97. glob2 0.7
  98. gmpy2 2.1.2
  99. greenlet 2.0.1
  100. h5py 3.9.0
  101. HeapDict 1.0.1
  102. holoviews 1.17.1
  103. huggingface-hub 0.15.1
  104. hvplot 0.8.4
  105. hyperlink 21.0.0
  106. idna 3.4
  107. imagecodecs 2023.1.23
  108. imageio 2.31.1
  109. imagesize 1.4.1
  110. imbalanced-learn 0.10.1
  111. importlib-metadata 6.0.0
  112. incremental 21.3.0
  113. inflection 0.5.1
  114. iniconfig 1.1.1
  115. intake 0.6.8
  116. intervaltree 3.1.0
  117. ipykernel 6.25.0
  118. ipython 8.15.0
  119. ipython-genutils 0.2.0
  120. ipywidgets 8.0.4
  121. isort 5.9.3
  122. itemadapter 0.3.0
  123. itemloaders 1.0.4
  124. itsdangerous 2.0.1
  125. jaraco.classes 3.2.1
  126. jedi 0.18.1
  127. jeepney 0.7.1
  128. jellyfish 1.0.1
  129. Jinja2 3.1.2
  130. jinja2-time 0.2.0
  131. jmespath 0.10.0
  132. joblib 1.2.0
  133. json5 0.9.6
  134. jsonpatch 1.32
  135. jsonpointer 2.1
  136. jsonschema 4.17.3
  137. jupyter 1.0.0
  138. jupyter_client 7.4.9
  139. jupyter-console 6.6.3
  140. jupyter_core 5.3.0
  141. jupyter-events 0.6.3
  142. jupyter-server 1.23.4
  143. jupyter_server_fileid 0.9.0
  144. jupyter_server_ydoc 0.8.0
  145. jupyter-ydoc 0.2.4
  146. jupyterlab 3.6.3
  147. jupyterlab-pygments 0.1.2
  148. jupyterlab_server 2.22.0
  149. jupyterlab-widgets 3.0.5
  150. kaleido 0.2.1
  151. keyring 23.13.1
  152. kiwisolver 1.4.4
  153. lazy_loader 0.2
  154. lazy-object-proxy 1.6.0
  155. libarchive-c 2.9
  156. libmambapy 1.5.1
  157. linkify-it-py 2.0.0
  158. llvmlite 0.40.0
  159. lmdb 1.4.1
  160. locket 1.0.0
  161. lxml 4.9.3
  162. lz4 4.3.2
  163. Markdown 3.4.1
  164. markdown-it-py 2.2.0
  165. MarkupSafe 2.1.1
  166. matplotlib 3.7.2
  167. matplotlib-inline 0.1.6
  168. mccabe 0.7.0
  169. mdit-py-plugins 0.3.0
  170. mdurl 0.1.0
  171. mistune 0.8.4
  172. mkl-fft 1.3.8
  173. mkl-random 1.2.4
  174. mkl-service 2.4.0
  175. more-itertools 8.12.0
  176. mpmath 1.3.0
  177. msgpack 1.0.3
  178. multidict 6.0.2
  179. multipledispatch 0.6.0
  180. multiprocess 0.70.14
  181. munkres 1.1.4
  182. mypy-extensions 1.0.0
  183. navigator-updater 0.4.0
  184. nbclassic 0.5.5
  185. nbclient 0.5.13
  186. nbconvert 6.5.4
  187. nbformat 5.9.2
  188. nest-asyncio 1.5.6
  189. networkx 3.1
  190. nltk 3.8.1
  191. notebook 6.5.4
  192. notebook_shim 0.2.2
  193. numba 0.57.1
  194. numexpr 2.8.4
  195. numpy 1.24.3
  196. numpydoc 1.5.0
  197. openpyxl 3.0.10
  198. packaging 23.1
  199. pandas 2.0.3
  200. pandocfilters 1.5.0
  201. panel 1.2.3
  202. param 1.13.0
  203. parsel 1.6.0
  204. parso 0.8.3
  205. partd 1.4.0
  206. pathlib 1.0.1
  207. pathspec 0.10.3
  208. patsy 0.5.3
  209. pep8 1.7.1
  210. pexpect 4.8.0
  211. pickleshare 0.7.5
  212. Pillow 9.4.0
  213. pip 23.2.1
  214. pkce 1.0.3
  215. pkginfo 1.9.6
  216. platformdirs 3.10.0
  217. plotly 5.9.0
  218. pluggy 1.0.0
  219. ply 3.11
  220. poyo 0.5.0
  221. prometheus-client 0.14.1
  222. prompt-toolkit 3.0.36
  223. Protego 0.1.16
  224. psutil 5.9.0
  225. ptyprocess 0.7.0
  226. pure-eval 0.2.2
  227. py-cpuinfo 8.0.0
  228. pyarrow 11.0.0
  229. pyasn1 0.4.8
  230. pyasn1-modules 0.2.8
  231. pycodestyle 2.10.0
  232. pycosat 0.6.4
  233. pycparser 2.21
  234. pyct 0.5.0
  235. pycurl 7.45.2
  236. pydantic 1.10.8
  237. PyDispatcher 2.0.5
  238. pydocstyle 6.3.0
  239. pyerfa 2.0.0
  240. pyflakes 3.0.1
  241. Pygments 2.15.1
  242. PyJWT 2.4.0
  243. pylint 2.16.2
  244. pylint-venv 2.3.0
  245. pyls-spyder 0.4.0
  246. pyodbc 4.0.34
  247. pyOpenSSL 23.2.0
  248. pyparsing 3.0.9
  249. PyQt5-sip 12.11.0
  250. pyrsistent 0.18.0
  251. PySocks 1.7.1
  252. pytest 7.4.0
  253. python-dateutil 2.8.2
  254. python-dotenv 0.21.0
  255. python-json-logger 2.0.7
  256. python-lsp-black 1.2.1
  257. python-lsp-jsonrpc 1.0.0
  258. python-lsp-server 1.7.2
  259. python-slugify 5.0.2
  260. python-snappy 0.6.1
  261. pytoolconfig 1.2.5
  262. pytz 2023.3.post1
  263. pyviz-comms 2.3.0
  264. PyWavelets 1.4.1
  265. pyxdg 0.27
  266. PyYAML 6.0
  267. pyzmq 23.2.0
  268. QDarkStyle 3.0.2
  269. qstylizer 0.2.2
  270. QtAwesome 1.2.2
  271. qtconsole 5.4.2
  272. QtPy 2.2.0
  273. queuelib 1.5.0
  274. regex 2022.7.9
  275. requests 2.31.0
  276. requests-file 1.5.1
  277. requests-toolbelt 1.0.0
  278. responses 0.13.3
  279. rfc3339-validator 0.1.4
  280. rfc3986-validator 0.1.1
  281. rope 1.7.0
  282. Rtree 1.0.1
  283. ruamel.yaml 0.17.21
  284. ruamel-yaml-conda 0.17.21
  285. s3fs 2023.4.0
  286. safetensors 0.3.2
  287. scikit-image 0.20.0
  288. scikit-learn 1.3.0
  289. scikit-learn-intelex 20230426.111612
  290. scipy 1.11.1
  291. Scrapy 2.8.0
  292. seaborn 0.12.2
  293. SecretStorage 3.3.1
  294. Send2Trash 1.8.0
  295. service-identity 18.1.0
  296. setuptools 68.0.0
  297. sip 6.6.2
  298. six 1.16.0
  299. smart-open 5.2.1
  300. sniffio 1.2.0
  301. snowballstemmer 2.2.0
  302. sortedcontainers 2.4.0
  303. soupsieve 2.4
  304. Sphinx 5.0.2
  305. sphinxcontrib-applehelp 1.0.2
  306. sphinxcontrib-devhelp 1.0.2
  307. sphinxcontrib-htmlhelp 2.0.0
  308. sphinxcontrib-jsmath 1.0.1
  309. sphinxcontrib-qthelp 1.0.3
  310. sphinxcontrib-serializinghtml 1.1.5
  311. spyder 5.4.3
  312. spyder-kernels 2.4.4
  313. SQLAlchemy 1.4.39
  314. stack-data 0.2.0
  315. statsmodels 0.14.0
  316. sympy 1.11.1
  317. tables 3.8.0
  318. tabulate 0.8.10
  319. TBB 0.2
  320. tblib 1.7.0
  321. tenacity 8.2.2
  322. terminado 0.17.1
  323. text-unidecode 1.3
  324. textdistance 4.2.1
  325. threadpoolctl 2.2.0
  326. three-merge 0.1.1
  327. tifffile 2023.4.12
  328. tinycss2 1.2.1
  329. tldextract 3.2.0
  330. tokenizers 0.13.2
  331. toml 0.10.2
  332. tomlkit 0.11.1
  333. toolz 0.12.0
  334. tornado 6.3.2
  335. tqdm 4.65.0
  336. traitlets 5.7.1
  337. transformers 4.32.1
  338. Twisted 22.10.0
  339. typing_extensions 4.7.1
  340. tzdata 2023.3
  341. uc-micro-py 1.0.1
  342. ujson 5.4.0
  343. Unidecode 1.2.0
  344. urllib3 1.26.16
  345. w3lib 1.21.0
  346. watchdog 2.1.6
  347. wcwidth 0.2.5
  348. webencodings 0.5.1
  349. websocket-client 0.58.0
  350. Werkzeug 2.2.3
  351. whatthepatch 1.0.2
  352. wheel 0.38.4
  353. widgetsnbextension 4.0.5
  354. wrapt 1.14.1
  355. wurlitzer 3.0.2
  356. xarray 2023.6.0
  357. xxhash 2.0.2
  358. xyzservices 2022.9.0
  359. y-py 0.5.9
  360. yapf 0.31.0
  361. yarl 1.8.1
  362. ypy-websocket 0.8.2
  363. zict 2.2.0
  364. zipp 3.11.0
  365. zope.interface 5.4.0
  366. zstandard 0.19.0

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/码创造者/article/detail/990557
推荐阅读
相关标签
  

闽ICP备14008679号