將 AIgym 中的 Mujoco 安裝到 Windows 10 上(用於研究)

將 AIgym 中的 Mujoco 安裝到 Windows 10 上(用於研究)

過去兩天我一直在嘗試下載並使用 Opengym 軟體。特別是我計劃用於研究的 Mujoco。

經過一番嘗試和磨難,我實際上弄清楚瞭如何使用終端機(我在 Windows 10 上使用 BASH 終端),我終於將 opengym、gym.openai doc 中的所有文件下載到我的桌面上。

當我嘗試運行任何 python 檔案時,它會給我這個錯誤。

File "/usr/local/lib/python2.7/dist-packages/mujoco_py/config.py", line 33, in init_config
raise error.MujocoDependencyError('To use MuJoCo, you need to either populate ~/.mujoco/mjkey.txt and ~/.mujoco/mjpro131,
  or set the MUJOCO_PY_MJKEY_PATH and MUJOCO_PY_MJPRO_PATH environment variables appropriately.
  Follow the instructions github /openai/mujoco-py for where to obtain these.')
mujoco_py.error.MujocoDependencyError: To use MuJoCo, you need to either populate ~/.mujoco/mjkey.txt and ~/.mujoco/mjpro131,
  or set the MUJOCO_PY_MJKEY_PATH and MUJOCO_PY_MJPRO_PATH environment variables appropriately.
  Follow the instructions on github /openai/mujoco-py for where to obtain these.

這把我帶到這裡:https://github.com/openai/mujoco-py

當然,它聲明 Mujoco 不是開源的。所以我參加了試用程序,獲得了許可證金鑰,它告訴我下載二進位。

哪個沒有找到。

https://roboti.com/active/mjpro131_windows.zip

不知道如何從這裡繼續。任何幫助將不勝感激。這是為了研究。

順便一提我從我的連結中刪除了https和 ,.com因為 stackexchange 不允許我發布其他內容。

相關內容