issues
search
ray-project
/
ray-legacy
An experimental distributed execution engine
BSD 3-Clause "New" or "Revised" License
21
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ValueError: all the input arrays must have same number of dimensions, but the array at index 0 has 2 dimension(s) and the array at index 1 has 1 dimension(s)
#451
a-python-script
closed
3 years ago
1
How to catch an error in a remote call?
#450
alsuhr-c
closed
4 years ago
1
Removing the master and slave lingo
#449
bopopescu
opened
4 years ago
0
Memory on remote node increases
#448
Kuurusch
closed
4 years ago
5
Set distribution of Processes over the remote nodes
#447
Kuurusch
opened
4 years ago
0
Fix the resetting of reusable variables on the driver and cache functions to run on all workers.
#446
robertnishihara
closed
8 years ago
0
Update documentation
#445
robertnishihara
closed
8 years ago
0
Update Windows patches for GRPC
#444
mehrdadn
closed
8 years ago
0
Single Node - Updating settings for filter
#443
richardliaw
closed
8 years ago
0
Small Changes to run TRPO
#442
richardliaw
closed
8 years ago
4
Small fix in test.
#441
robertnishihara
closed
8 years ago
0
Add a recursion depth for serialization to prevent infinite loops.
#440
robertnishihara
closed
8 years ago
0
Fix in documentation link.
#439
robertnishihara
closed
8 years ago
0
Migrate repositories to ray-project.
#438
robertnishihara
closed
8 years ago
0
Add documentation for reusable variables.
#437
robertnishihara
closed
8 years ago
0
Document serialization in the object store.
#436
robertnishihara
closed
8 years ago
0
Update numbuf to properly handle Python floats.
#435
robertnishihara
closed
8 years ago
0
Remove unused serialize/deserialize code in raylib.
#434
robertnishihara
closed
8 years ago
0
Putting and getting a float does not preserve the exact value
#433
robertnishihara
closed
8 years ago
3
Suppress exceptions in the error logging thread when program exits.
#432
robertnishihara
closed
8 years ago
1
Error when starting too many workers.
#431
robertnishihara
opened
8 years ago
9
This solves a problem where exports were sent to workers out of order.
#430
robertnishihara
closed
8 years ago
0
Properly decrement Python reference count in PyObjectID_hash.
#429
robertnishihara
closed
8 years ago
0
Ray common library
#428
stephanie-wang
closed
8 years ago
0
Added hash function for objectids
#427
Wapaul1
closed
8 years ago
0
Changed ray.select() to ray.wait() and its functionality
#426
Wapaul1
closed
8 years ago
0
Reintroduce passing arguments by value to remote functions.
#425
robertnishihara
closed
8 years ago
0
Fix naming in tests.
#424
robertnishihara
closed
8 years ago
0
Error visualizing computation graph
#423
robertnishihara
closed
8 years ago
1
Rerun protoc if protocol buffer files changed
#422
pcmoritz
opened
8 years ago
0
Check in runtest.py that the correct version of cloudpickle is instal…
#421
robertnishihara
closed
8 years ago
0
Add more print statements to lbfgs app to help debug.
#420
robertnishihara
closed
8 years ago
0
Give better error message when no workers have been registered.
#419
robertnishihara
closed
8 years ago
0
Remove unused code.
#418
robertnishihara
closed
8 years ago
0
Make sure that pip installation of cloudpickle works.
#417
robertnishihara
closed
8 years ago
0
Fix bug in which ObjectFixture gets called at exit after raylib gets …
#416
robertnishihara
closed
8 years ago
0
Work around Arrow bug by increasing metadata size.
#415
robertnishihara
closed
8 years ago
0
Redis logging
#414
stephanie-wang
closed
4 years ago
3
Redis logging
#413
pcmoritz
closed
8 years ago
0
Handle recursive objects or throw an exception.
#412
robertnishihara
closed
8 years ago
1
Fix the order in which remote functions, reusable variables, and functions to run get exported to workers.
#411
robertnishihara
opened
8 years ago
0
Propagate error messages from functions that run on all workers.
#410
robertnishihara
closed
8 years ago
0
Fix bug to enable calling ray.get multiple times on same ObjectID.
#409
robertnishihara
closed
8 years ago
0
Add support for building with Bazel
#408
rshin
opened
8 years ago
1
Refcount without modifying objects
#407
pcmoritz
closed
8 years ago
0
Remove ObjectID aliasing from the API.
#406
robertnishihara
closed
8 years ago
2
Allow arbitrary bytes in types.String
#405
rshin
closed
8 years ago
0
Describe the object which wasn't serializable
#404
rshin
closed
8 years ago
0
Return scheduler address in ray.init
#403
rshin
closed
8 years ago
0
Check num_objstores > 0 in start_ray_local
#402
rshin
closed
8 years ago
0
Next