mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
* Initializing A3C code * Modifications for Ray usage * cleanup * removing universe dependency * fixes (not yet working * hack * documentation * Cleanup * Preliminary Portion Make sure to change when merging * RL part * Cleaning up Driver and Worker code * Updating driver code * instructions... * fixed * Minor changes. * Fixing cmake issues * ray instruction * updating port to new universe * Fix for env.configure * redundant commands * Revert scipy.misc -> cv2 and raise exception for wrong gym version.
51 lines
881 B
ReStructuredText
51 lines
881 B
ReStructuredText
===
|
|
Ray
|
|
===
|
|
|
|
*Ray is a low-latency distributed execution framework targeted at machine
|
|
learning and reinforcement learning applications.*
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Installation
|
|
|
|
install-on-ubuntu.md
|
|
install-on-macosx.md
|
|
install-on-docker.md
|
|
installation-troubleshooting.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Getting Started
|
|
|
|
tutorial.md
|
|
actors.rst
|
|
api.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Examples
|
|
|
|
example-hyperopt.rst
|
|
example-policy-gradient.rst
|
|
example-resnet.rst
|
|
example-a3c.rst
|
|
example-lbfgs.md
|
|
example-rl-pong.md
|
|
using-ray-with-tensorflow.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Design
|
|
|
|
remote-functions.md
|
|
serialization.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Cluster Usage
|
|
|
|
using-ray-on-a-cluster.md
|
|
using-ray-on-a-large-cluster.md
|
|
using-ray-and-docker-on-a-cluster.md
|