mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Fixed typo in pong doc (#556)
This commit is contained in:
parent
ec2534422b
commit
a74ee52f26
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Then you can run the example as follows.
|
||||||
|
|
||||||
python ray/examples/rl_pong/driver.py --batch-size=10
|
python ray/examples/rl_pong/driver.py --batch-size=10
|
||||||
|
|
||||||
To run the example on a cluster, simple pass in the flag
|
To run the example on a cluster, simply pass in the flag
|
||||||
``--redis-address=<redis-address>``.
|
``--redis-address=<redis-address>``.
|
||||||
|
|
||||||
At the moment, on a large machine with 64 physical cores, computing an update
|
At the moment, on a large machine with 64 physical cores, computing an update
|
||||||
|
|
Loading…
Add table
Reference in a new issue