File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ OpenRL基于PyTorch进行开发,目标是为强化学习研究社区提供一
5252- 支持自博弈训练
5353- 支持自然语言任务(如对话任务)的强化学习训练
5454- 支持[ 竞技场] ( https://openrl-docs.readthedocs.io/zh/latest/arena/index.html ) 功能,可以在多智能体对抗性环境中方便地对各种智能体(甚至是[ 及第平台] ( https://openrl-docs.readthedocs.io/zh/latest/arena/index.html#openrl ) 上提交的智能体)进行评测。
55- - 支持从[ Hugging Face] ( https://huggingface.co/ ) 上导入模型和数据
55+ - 支持从[ Hugging Face] ( https://huggingface.co/ ) 上导入模型和数据。支持加载Hugging Face上Stable-baseline3的模型进行测试和训练。
5656- 提供用户自有环境接入OpenRL的[ 详细教程] ( https://openrl-docs.readthedocs.io/zh/latest/custom_env/index.html ) .
5757- 支持LSTM,GRU,Transformer等模型
5858- 支持多种训练加速,例如:自动混合精度训练,半精度策略网络收集数据等
Original file line number Diff line number Diff line change 1- Load and use stable-baseline3 models from huggingface.
1+ Load and use [ stable-baseline3 models] ( https://huggingface.co/sb3 ) from huggingface.
22
33## Installation
44
You can’t perform that action at this time.
0 commit comments