File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 1- # ray_tutorial
2- tutorial for ray
1+ # Ray Tutorial
2+
3+
4+ Ray是一个开源的分布式机器学习框架,不仅拥有高效的分布式训练能力,也有丰富的机器学习应用,极大地降低了大规模机器学习的门槛。Ray有诸多模块,包括实现基本分布式能力的Ray Core,进行数据处理的Ray Data,进行训练的Ray Train,超参数调整的Ray Tune,实现推理的Ray Serve,强化学习库Ray RLlib,以及集合了多种功能的上层机器学习API Ray AIR。
5+
6+
7+
8+ ## Ray使用教程(一):基本用法
9+
10+ 详见知乎教程:[ Ray使用教程(一):基本用法] ( https://zhuanlan.zhihu.com/p/639768943 )
11+
12+ 代码:[ basic] ( https://github.com/OpenRL-Lab/Ray_Tutorial/tree/main/basic )
13+
14+
15+
16+ ## Citing Ray_Tutorial
17+
18+ If you use Ray_Tutorial in your work, please cite us:
19+
20+ ```
21+ @article{openrl2023Ray_Tutorial,
22+ title={Ray Tutorial},
23+ author={OpenRL Contributors},
24+ year={2023},
25+ howpublished={\url{https://github.com/OpenRL-Lab/Ray_Tutorial/}},
26+ }
27+ ```
You can’t perform that action at this time.
0 commit comments