Shortcuts

安装说明

安装 OpenRL

OpenRL支持目前主流的操作系统如:Ubuntu, MacOS, Windows, CentOS等。OpenRL目前仅支持Python3.8及以上版本。 目前,OpenRL发布在了 PyPIAnaconda 上,用户可以通过pip或者conda安装。

通过pip安装:

pip install openrl

通过conda安装:

conda install -c openrl openrl

从源码安装:

git clone https://github.com/OpenRL-Lab/openrl.git
cd openrl
pip install .

版本查看

在命令行执行以下命令,可以查看当前安装的OpenRL版本:

openrl --version
Read the Docs v: main
Versions
latest
stable
main
Downloads
html
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.