This repo provides a lot of Ray demos, including Ray core, Tune, RLlib, etc., for using, learning, or testing Ray.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
polixir a674b0bc7c refactor and support for running part of demos 3 years ago
ray_core update 3 years ago
rllib update 3 years ago
sgd add sgd demos 3 years ago
tune add some demos 3 years ago
.gitignore update README.md and .gitignore 3 years ago
README.md update README.md and .gitignore 3 years ago
run.sh refactor and support for running part of demos 3 years ago
setup.py update 3 years ago

README.md

Ray_demo

This repo provides a lot of Ray demos, including Ray core, Tune, RLlib, etc., for using, learning, or testing Ray.

Install ray-demo

Ray_demo can be installed as follows:

git clone https://agit.ai/Servon/Ray_demo.git
cd Ray_demo
pip install -e .

Usage

Running the following script to test all demos, including ray_core, rllib, sgd, tune.

./run.sh

If only part of the demos need running, add file folders as args. For instance, running the following command to test demos under ray_core and rllib.

./run.sh ray_core rllib