-
The documentation site is under construction. We will track the progress here.
-
### What is the problem?
```python
# get an existing worker pool
udfMaster = ray.get_actor("model_predict")
# get a worker from worker pool, the worker is also a actor
worker = ray.get(ud…
-
Ray
### What is the problem?
When num_workers > 0 in PyTorch DataLoader, the ray.get hangs forever. It is ok when num_workers =0
*Ray version and other system information (Python version, TensorF…
-
### What is the problem?
File "/home/user/.local/lib/python3.6/site-packages/ray/tune/tune.py", line 330, in run_experiments
raise_on_failed_trial=raise_on_failed_trial)
File "/home/u…
-
### What is the problem?
I'm using Ray 0.7.6 + Python 3.7.3 with 45 linux machines on my university network as a cluster. All students in my department have access to these machines and use them …
-
### What happened + What you expected to happen
# What happened
I ran a hyperparameter search with `PB2` using `tune` and `rllib`. I logged results with `wandb` using the `WandbLoggerCallback`. …
-
CI test **linux://rllib:learning_tests_multi_agent_cartpole_appo** is consistently_failing. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/6331#019207d8-19ed-49a9-90d4-33c5bf0…
-
### What is the problem?
[Cluster config docs](https://docs.ray.io/en/master/cluster/config.html#cluster-configuration-node-config-type) say that you can put any valid AWS field in NodeConfig. …
-
### What is the problem?
*Ray version and other system information (Python version, TensorFlow version, OS):*
From offline conversation with @rkooo567 :
```
simon-mo 2:31 PM
should dashboa…
-
### What is the problem?
We have a great error message when `workflow.init` isn't called, but unfortunately it isn't called if `ray.init` also isn't called.
*Ray version and other system inf…