#
ray
Here are 172 public repositories matching this topic...
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
machine-learning
spark
deep-learning
uber
mxnet
tensorflow
mpi
keras
pytorch
machinelearning
baidu
deeplearning
ray
-
Updated
Oct 6, 2021 - Python
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Oct 6, 2021 - Python
1
wjsi
commented
Jun 23, 2020
Support Series.median()
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 5, 2021 - JavaScript
A GLSL Path Tracer
windows
linux
opengl
gpu
path-tracer
glsl
path
tracing
raytracer
bsdf
tracer
bvh
ray
pathtracing
disney
ray-tracing
pathtracer
path-tracing
-
Updated
Sep 26, 2021 - C++
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
Sep 30, 2021 - C++
CGA 3D 计算几何算法库 | 3D Compute Geometry Algorithm Library webgl three.js babylon.js等任何库都可以使用
javascript
segment
webgl
threejs
typescript
js
plane
geometry
graphics
geospatial
sphere
triangle
gis
cgal
ts
ray
cga
capsule
libarary
computional-geometry-algorithm
-
Updated
Sep 22, 2021 - JavaScript
A basic Ray Tracer that exploits numpy arrays and functions to work fast.
-
Updated
Apr 13, 2021 - 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 parallel framework for population-based multi-agent reinforcement learning.
-
Updated
Sep 23, 2021 - Python
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
-
Updated
Oct 23, 2020 - Python
Open
Data splitter
1
raghukiran1224
commented
Jul 22, 2021
Overview
As a CFP user, I would like to split a dataset (e.g., np array, pandas dataframe) into smaller objects that can then be fed into other nodes/pipeline. This is especially useful when we have compute intensive tasks and would like to parallelize it eas
A framework for easy prototyping of distributed reinforcement learning algorithms
-
Updated
Dec 8, 2020 - Python
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 8, 2021 - Jupyter Notebook
Multi & Single Agent Reinforcement Learning for Traffic Signal Control Problem
-
Updated
May 13, 2021 - 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
An introductory tutorial about leveraging Ray core features for distributed patterns.
python
distributed-systems
scikit-learn
sharding
profiling
ray
futures
pattern-language
task-parallelism
actor-pattern
rllib
ray-tutorial
introductory-tutorial
-
Updated
Jul 5, 2021 - Jupyter Notebook
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
Mar 11, 2021 - Makefile
Scan source code for calls to ray() and related calls.
-
Updated
Oct 6, 2021 - PHP
training
machine-learning
natural-language-processing
distributed-computing
spacy
ray
parallel-training
-
Updated
Jul 7, 2021 - Python
A command line interface to spatie/ray and the Ray app (https://myray.app).
-
Updated
Oct 6, 2021 - PHP
Debug your NodeJS & web code with Ray to fix problems faster
-
Updated
Oct 1, 2021 - TypeScript
Hyperparameter search for AllenNLP - powered by Ray TUNE
-
Updated
Oct 7, 2019 - 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."
Search before asking
Ray Component
Ray Serve
What happened + What you expected to happen
See repro script, a fix would be avoid reconfiguring when there are inflight queries. Additionally, we should consider not accepting new queries when reconfigure is being called.
Reprod