mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:16:19 +08:00
8 lines
146 B
Python
8 lines
146 B
Python
from ray.experimental.client import ray
|
|
|
|
from ray.tune import tune
|
|
|
|
ray.connect("localhost:50051")
|
|
|
|
tune.run("PG", config={"env": "CartPole-v0"})
|