.. |
_static
|
Move documentation to ReadTheDocs. (#326)
|
2017-02-27 21:14:31 -08:00 |
_templates
|
Add better analytics to docs (#1854)
|
2018-04-10 00:51:44 -07:00 |
images
|
Update readme to contain logo (#3443)
|
2018-11-30 18:28:35 -08:00 |
actors.rst
|
Remove legacy Ray code. (#3121)
|
2018-10-26 13:36:58 -07:00 |
apex.png
|
[rllib] Document "v2" APIs (#2316)
|
2018-07-01 00:05:08 -07:00 |
api.rst
|
Add ray.is_initialized() function. (#2818)
|
2018-09-06 21:20:59 -07:00 |
async_api.rst
|
Experimental asyncio support (#2015)
|
2018-12-06 17:39:05 -08:00 |
autoscaler-status.png
|
Update the pip wheel in example.yaml and add docs (#1381)
|
2018-01-01 13:02:05 -08:00 |
autoscaling.rst
|
[docs] Improve cluster/docker docs (#3517)
|
2018-12-12 10:40:54 -08:00 |
conf.py
|
[autoscaler] Update autoscaler to use heartbeat batches. (#3409)
|
2018-11-27 23:46:27 -08:00 |
contact.rst
|
Add mailing list to README and documentation. (#950)
|
2017-09-09 10:21:51 -07:00 |
custom_metric.png
|
[rllib] Implement custom metrics (#3144)
|
2018-11-03 18:48:32 -07:00 |
development.rst
|
Fix yapf excludes, print diff in --all mode (#2211)
|
2018-06-08 02:25:55 -07:00 |
distributed_sgd.rst
|
[sgd] Modify: add interface for model (#3458)
|
2018-12-12 21:23:25 -08:00 |
es.png
|
[rllib] Document "v2" APIs (#2316)
|
2018-07-01 00:05:08 -07:00 |
example-a3c.rst
|
[docs] Switch docs to use rllib train instead of train.py
|
2018-12-04 17:36:06 -08:00 |
example-cython.rst
|
Replace python setup.py install with pip install -e . (#1460)
|
2018-02-22 11:15:03 -08:00 |
example-evolution-strategies.rst
|
[docs] Switch docs to use rllib train instead of train.py
|
2018-12-04 17:36:06 -08:00 |
example-lbfgs.rst
|
Change Python examples in documentation to use 4 space indentation. (#736)
|
2017-07-16 22:19:33 -07:00 |
example-parameter-server.rst
|
Synchronous parameter server example. (#1220)
|
2017-11-15 17:49:31 -08:00 |
example-policy-gradient.rst
|
[docs] Switch docs to use rllib train instead of train.py
|
2018-12-04 17:36:06 -08:00 |
example-resnet.rst
|
Allow ResNet example to run on multiple machines. (#891)
|
2017-08-29 21:37:53 -07:00 |
example-rl-pong.rst
|
Change Python examples in documentation to use 4 space indentation. (#736)
|
2017-07-16 22:19:33 -07:00 |
example-streaming.rst
|
Add streaming MapReduce example (#1251)
|
2017-11-27 21:38:35 -08:00 |
fault-tolerance.rst
|
Update actor fault tolerance documentation. (#3175)
|
2018-11-01 11:52:05 -07:00 |
impala.png
|
[rllib] Update multi-gpu impala numbers (#3327)
|
2018-11-19 20:55:27 -08:00 |
index.rst
|
fix link in doc (#3567)
|
2018-12-18 00:10:55 -08:00 |
install-on-docker.rst
|
[docs] Improve cluster/docker docs (#3517)
|
2018-12-12 10:40:54 -08:00 |
installation-troubleshooting.rst
|
Rebase Ray on latest arrow (remove numbuf from Ray). (#910)
|
2017-09-04 22:58:49 -07:00 |
installation.rst
|
Note requirement cython==0.29.0 in installation instructions (#3555)
|
2018-12-17 20:43:47 +08:00 |
internals-overview.rst
|
Remove legacy Ray code. (#3121)
|
2018-10-26 13:36:58 -07:00 |
multi-agent.svg
|
[rllib] Document "v2" APIs (#2316)
|
2018-07-01 00:05:08 -07:00 |
pandas_on_ray.rst
|
Dataframe deprecation (#2353)
|
2018-07-06 00:16:22 -07:00 |
pbt.png
|
[tune] clean up population based training prototype (#1478)
|
2018-02-02 23:03:12 -08:00 |
plasma-object-store.rst
|
Add note about huge pages using up memory. (#2733)
|
2018-08-24 17:02:54 -07:00 |
ppo.png
|
[rllib] Document "v2" APIs (#2316)
|
2018-07-01 00:05:08 -07:00 |
profiling.rst
|
Update profiling instructions for raylet (#3311)
|
2018-11-13 17:48:33 -05:00 |
ray-tune-parcoords.png
|
[tune] Fix Docs (#1469)
|
2018-01-25 16:39:00 -08:00 |
ray-tune-tensorboard.png
|
[tune] Documentation for Ray.tune (#1243)
|
2017-11-23 11:31:59 -08:00 |
ray-tune-viskit.png
|
[tune] Documentation for Ray.tune (#1243)
|
2017-11-23 11:31:59 -08:00 |
redis-memory-management.rst
|
Add option to evict keys LRU from the sharded redis tables (#3499)
|
2018-12-09 05:48:52 -08:00 |
resources.rst
|
Document fractional resources. (#3174)
|
2018-11-01 10:50:56 -07:00 |
rllib-algorithms.rst
|
[rllib] Q-Mix implementation (Q-Mix, VDN, IQN, and Ape-X variants) (#3548)
|
2018-12-18 10:40:01 -08:00 |
rllib-api.svg
|
[rllib] Update docs with api and components overview figures (#1443)
|
2018-01-19 10:08:45 -08:00 |
rllib-components.svg
|
[rllib] Update docs with api and components overview figures (#1443)
|
2018-01-19 10:08:45 -08:00 |
rllib-concepts.rst
|
[rllib] Native support for Dict and Tuple spaces; fix Tuple action spaces; add prev a, r to LSTM (#3051)
|
2018-10-20 15:21:22 -07:00 |
rllib-config.svg
|
[rllib] clarify train batch size for PPO (#2793)
|
2018-09-05 12:06:13 -07:00 |
rllib-env.rst
|
[rllib] Q-Mix implementation (Q-Mix, VDN, IQN, and Ape-X variants) (#3548)
|
2018-12-18 10:40:01 -08:00 |
rllib-envs.svg
|
[rllib] Add test for multi-agent support and fix IMPALA multi-agent (#3289)
|
2018-11-14 14:14:07 -08:00 |
rllib-models.rst
|
[rllib] Auto clip actions to Box space range; deprecate squash_to_range (#3426)
|
2018-12-03 19:55:25 -08:00 |
rllib-package-ref.rst
|
[rllib] Fix atari reward calculations, add LR annealing, explained var stat for A2C / impala (#2700)
|
2018-08-23 17:49:10 -07:00 |
rllib-stack.svg
|
[rllib] Document "v2" APIs (#2316)
|
2018-07-01 00:05:08 -07:00 |
rllib-training.rst
|
[rllib] Q-Mix implementation (Q-Mix, VDN, IQN, and Ape-X variants) (#3548)
|
2018-12-18 10:40:01 -08:00 |
rllib.rst
|
[rllib] Q-Mix implementation (Q-Mix, VDN, IQN, and Ape-X variants) (#3548)
|
2018-12-18 10:40:01 -08:00 |
security.rst
|
Add password authentication to Redis ports (#2952)
|
2018-10-16 22:48:30 -07:00 |
serialization.rst
|
Change Python examples in documentation to use 4 space indentation. (#736)
|
2017-07-16 22:19:33 -07:00 |
sgd.png
|
[sgd] Document and add simple MNIST example (#3236)
|
2018-11-10 21:52:20 -08:00 |
tempfile.rst
|
Fix 'tempfile' docs (#3180)
|
2018-11-02 16:50:55 -07:00 |
throughput.png
|
[rllib] Document "v2" APIs (#2316)
|
2018-07-01 00:05:08 -07:00 |
timeline.png
|
[minor] Use a better timeline pic in the documentation
|
2017-12-20 12:54:25 -08:00 |
troubleshooting.rst
|
Add ray stack tool for debugging (#3213)
|
2018-11-03 13:13:02 -07:00 |
tune-examples.rst
|
[tune] Custom Logging, Trial Name (#3465)
|
2018-12-11 13:41:59 -08:00 |
tune-package-ref.rst
|
[tune] Custom Logging, Trial Name (#3465)
|
2018-12-11 13:41:59 -08:00 |
tune-schedulers.rst
|
[tune] Tune Facelift (#2472)
|
2018-08-19 11:00:55 -07:00 |
tune-searchalg.rst
|
[tune] Tweaks to Trainable and Verbosity (#2889)
|
2018-10-11 23:42:13 -07:00 |
tune-usage.rst
|
[tune] Custom Logging, Trial Name (#3465)
|
2018-12-11 13:41:59 -08:00 |
tune.rst
|
Move setproctitle to ray[debug] package (#3415)
|
2018-11-27 09:50:59 -08:00 |
tutorial.rst
|
Remove legacy Ray code. (#3121)
|
2018-10-26 13:36:58 -07:00 |
user-profiling-timeline.gif
|
Documentation- Basic Profiling for Ray Users (#2326)
|
2018-07-12 16:57:39 -07:00 |
user-profiling.rst
|
Fix some paths /tmp/raylogs -> /tmp/ray. (#3189)
|
2018-11-02 12:10:53 -07:00 |
using-ray-on-a-cluster.rst
|
[docs] Improve cluster/docker docs (#3517)
|
2018-12-12 10:40:54 -08:00 |
using-ray-with-gpus.rst
|
Change Python examples in documentation to use 4 space indentation. (#736)
|
2017-07-16 22:19:33 -07:00 |
using-ray-with-tensorflow.rst
|
[tune] Tune Documentation and expose better API (#1681)
|
2018-03-19 12:55:10 -07:00 |
webui.rst
|
say which port is local and which one is remote (#1591)
|
2018-02-25 10:19:12 -08:00 |