Ray Framework

From GM-RKB
Jump to navigation Jump to search

A Ray Framework is a distributed execution framework.



References

2020

  • https://github.com/ray-project/ray
    • QUOTE: ... Ray is a fast and simple framework for building and running distributed applications.

      Ray is packaged with the following libraries for accelerating machine learning workloads:

      • Tune: Scalable Hyperparameter Tuning
      • RLlib: Scalable Reinforcement Learning
      • RaySGD: Distributed Training Wrappers
    • Install Ray with: pip install ray. For nightly wheels, see the Installation page.

2020