-
### Describe your feature request
When workers are killed, their death information is not properly propagated to the cluster. This causes issues like
- When tasks or actors are killed by pg fa…
-
### What is the problem?
The raylet doesn't guarantee the order when dealing with RequestWorkerLease and CancelWorkerLease. If we kill the actor immediately after creating the actor, we may not b…
ffbin updated
3 years ago
-
### What is the problem?
*Ray version and other system information (Python version, TensorFlow version, OS):* 0.9dev
I was trying out the new Ray backend plugin for Dask and ran into a read-…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/ray-project/ray/issues) and found no similar feature requirement.
### Description
Create an agent for the Generativ…
-
### What is the problem?
* Python version: 3.5.2
* Ray version: latest (and older versions)
* Issues:
Assume we define a class `A` with the state `_foo` in a separate file `utils.py`:
```
…
-
I'm trying to use it for the first time and it's giving me this error. Do you know if anything has changed in the structure of the project?
C:\Users\marco\anaconda3\envs\rl\lib\site-packages\stable…
-
Error in **master** branch test_multiagent.py file:
Im using conda python=3.9
torch=2.4.1
numpy=1.23.0
ray=1.9.0
By run the given test_multiagent.py script i got some compatible issues. Can som…
-
Release test **ml_user_tune_rllib_connect_test.aws** failed. See https://buildkite.com/ray-project/release/builds/25410#0192fb18-da9d-4329-a4a3-e2c2dd1e0897 for more details.
Managed by OSS Test Poli…
-
In python/gym_jiminy/rllib/gym_jiminy/rllib/callbacks.py, line 45:
`
episode.hist_data.setdefault(key, []).append(value)
`
if `value` is not of native type (i.e. for instance if …
-
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…