Win10 + Python3.7 环境下安装 NeoRL+D4RL+OfflineRL

前置设置

 

需要先给git按如下设置一下:

git config --global url."https://github.com/".insteadOf git://github.com/

 

再切换到python的site-packages目录:

cd D:\Program Files\Python37\Lib\site-packages

 

安装NeoRL

git clone https://github.com/polixir/NeoRL.git
cd neorl
pip install -e .

 

安装D4RL

cd ..
pip install git+https://github.com/rail-berkeley/d4rl@master#egg=d4rl

 

安装OfflineRL

git clone https://github.com/polixir/OfflineRL.git 
cd OfflineRL
pip install -e .

 

查看安装结果

pip list

 

posted @ 2022-08-19 18:46  天才俱乐部  阅读(327)  评论(0)    收藏  举报