Skip to content

Commit 1959903

Browse files
Michael Brandowfacebook-github-bot
authored andcommitted
Delete RLTimelineOperator and RLExtractStateOperator
Summary: no execution: https://fburl.com/daiquery/gk2sargj no references: https://fburl.com/code/otg0rfbm Reviewed By: koronthaly Differential Revision: D52003864 fbshipit-source-id: e29f6ee2d9f10c1e7e0bd15d2d2559e8097dc399
1 parent e6c5a4e commit 1959903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Once you have data on this format, you can move on to Step 2.
149149
Step 2 - Convert the data to the ``Timeline`` format
150150
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151151

152-
Models are trained on consecutive pairs of state/action tuples. To assist in creating this table, we have an ``RLTimelineOperator`` spark operator. Let's build and run the timeline operator on the data:
152+
Models are trained on consecutive pairs of state/action tuples. To assist in creating this table, we have a deleted spark operator. Let's build and run the timeline operator on the data:
153153

154154
First, we need to build the Spark library that will execute the timeline. Apache Spark is a platform for doing massively-parallel processing. Although we are running this on a single file, Spark is designed to work on thousands of files distribued across many machines. Explaining HDFS, Hive, and Spark are beyond the scope of this tutorial, but for large datasets it's important to understand these concepts and that it's possible to run ReAgent in a distributed environment by simply changing the location of the input from a file to an HDFS folder.
155155

0 commit comments

Comments
 (0)