-
### What is your question?
I've followed install guide to compile from sources, but getting incorrect binaries compiled. It would be nice to get some initial assistance and update install guide.
…
-
### What is the problem?
Please refer to the file ray3.py in https://github.com/jatinthotaka/Ray
I'm calling two actors, producer and writer. Producer actor is appending a list and writer actor …
-
### What is the problem?
The `PlasmaClient::Get()` API returns Status::OK() when get object timeout, for instance, get an object which does not exist.
I think `Status::TimedOut` should be return…
-
### What is the problem?
Experiment checkpointing fails when `WandbTrainableMixin` is added to the `Trainable` base classes.
The [signature](https://github.com/ray-project/ray/blob/releases/1.0.…
-
### What is the problem?
Ray Dashboard does not always display the Tune tab. And it seems random when it does display.
The first time that I used Ray the Tune tab worked fine(this was about a we…
-
CI test **linux://rllib:learning_tests_stateless_cartpole_impala_multi_gpu** is flaky. Recent failures:
- https://buildkite.com/ray-project/postmerge/builds/6347#01920dd4-8aa1-4f62-bf32-15945d42cab2…
-
I am using the following command to train the policy for the tomato environment:
python -m occupancy_measures.experiments.orpo_experiments with env_to_run=$ENV reward_fun=proxy exp_algo=ORPO 'om_dive…
-
### 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…
-
Only testing the import of the python packages is not optimal. We should be using as much of the upstream test suite as possible in our CI (and with a timeout of 6h, we have ample time for testing). A…
-
### 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`. …