#
ray
Here are 109 public repositories matching this topic...
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Oct 2, 2020 - Python
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
webgl
threejs
global-illumination
path-tracer
realtime
path
tracing
raytracing
tracer
ray
pathtracing
three-js
-
Updated
Oct 2, 2020 - JavaScript
LuxCore source repository
visualization
opencl
ray-tracer
cuda
raytracer
raytracing
gpu-computing
ray
ray-tracing
3d-graphics
rtx
optix
pathtracer
path-tracing
bidirectional-path-tracing
luxrender
luxcorerender
-
Updated
Oct 2, 2020 - C++
Distributed Keras Engine, Make Keras faster with only one line of code.
python
distributed-systems
machine-learning
deep-neural-networks
deep-learning
neural-network
tensorflow
parallel-computing
keras
distributed
ray
keras-models
keras-classification-models
keras-neural-networks
tensorflow-models
keras-tensorflow
data-parallelism
distributed-deep-learning
distributed-keras-engine
plaidml
-
Updated
Oct 3, 2019 - Python
Framework for Multi-Agent Deep Reinforcement Learning in Poker
framework
research
reinforcement-learning
poker
deep-learning
reinforcement-learning-algorithms
ray
gym-environment
-
Updated
Jul 4, 2020 - Python
A basic Ray Tracer that exploits numpy arrays and functions to work fast.
-
Updated
Sep 7, 2020 - Python
genetic-algorithm
trading-bot
algotrading
ray
reinforcement-learning-bot
cryptocurrency-prediction
rllib
-
Updated
Sep 30, 2020 - Python
library
real-time
rendering
vulkan
glsl
rx
cpp17
vulkan-api
ray
ray-tracing
rtx
vrt
vrtx
vkray
unified-library
-
Updated
Jul 27, 2020 - CMake
A framework for easy prototyping of distributed reinforcement learning algorithms
-
Updated
Aug 31, 2020 - Python
Additions to C functional. (Containers, strings operations, memory operations, sockets, threads, etc...)
c
socket
list
cryptography
encryption
dictionary
buffer
array
bytes
lib
hash
linkedlist
decryption
ray
pray
navive
winapi-posix
std
threads
-
Updated
Jan 26, 2017 - C
Multi & Single Agent Reinforcement Learning for Traffic Signal Control Problem
-
Updated
Sep 6, 2019 - Python
Plane, 2D and 3D Ray objects for openFrameworks.It checks for the intersection of a ray with a segment, a sphere, a triangle, a plane, an ofPrimitive, an ofPolyline an with an ofMesh.
plane
openframeworks
addon
intersection
ray
raycasting
intersection-point
2d-ray
intersection-methods
-
Updated
Jun 2, 2020 - Makefile
A custom MARL (multi-agent reinforcement learning) environment where multiple agents trade against one another (self-play) in a zero-sum continuous double auction. Ray [RLlib] is used for training.
lstm
quantitative-finance
ray
limit-order-book
quantitative-trading
financial-engineering
market-microstructure
zero-sum
high-frequency-trading
gym-environment
ppo
self-play
double-auction
multi-agent-reinforcement-learning
rllib
marl
n-player
zero-sum-games
-
Updated
Sep 25, 2020 - Jupyter Notebook
Hyperparameter search for AllenNLP - powered by Ray TUNE
-
Updated
Oct 7, 2019 - Python
Deadline-based hyperparameter tuning on RayTune.
-
Updated
Jan 16, 2020 - Python
Framework for playing around with rendering libraries in Rust
-
Updated
Sep 9, 2020 - RenderScript
An easy way to use multi-GPUs to calculate multi-dimensional integration
-
Updated
Mar 24, 2020 - Python
unity vr input
canvas
proof-of-concept
unity
vr
unity3d
steamvr
pointer
manipulator
unity3d-plugin
interaction
ray
parabola
unity-vr
-
Updated
Jun 24, 2017 - C#
Open
Create .rpm package
icaropires
opened
Sep 18, 2020
This is a sample code based on Ray Wenderlich tutorial for operation which improved it’s code to a better and more understandable code.
swift
async
images
advanced
nsoperation
tableview
load
ray
raywenderlich
wenderlich
ray-wenderlich-tutorial
-
Updated
Jan 26, 2018 - Swift
training
machine-learning
natural-language-processing
distributed-computing
spacy
ray
parallel-training
-
Updated
Oct 1, 2020 - Python
Reinforcement learning with musculoskeletal models
-
Updated
Dec 31, 2018 - Python
Improve this page
Add a description, image, and links to the ray topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ray topic, visit your repo's landing page and select "manage topics."
Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via
ray.get_actor("some_name").It would however be very handy to have some kind of
ray.list_named_actors()API method to get a list/dict of all currently available named actors.It can be useful for: