Skip to content

Commit

Permalink
Update doc links in mephisto-task README
Browse files Browse the repository at this point in the history
Fixes broken link issue mentioned in #790
  • Loading branch information
pringshia committed Jun 20, 2022
1 parent 446ceff commit ecb6b51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/mephisto-task/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@ A single task could have multiple `agentId`s, for example in the case of convers

Usually you'll want to use `agentId` to represent workers in your task code as opposed to `mephistoWorkerId` and `providerWorkerId` which are reserved for more advanced usages.

More details about Agents can be found in the [Mephisto architecture overview docs](https://github.com/facebookresearch/Mephisto/blob/main/docs/architecture_overview.md#agent).
More details about Agents can be found in the [Mephisto architecture overview docs](https://github.com/facebookresearch/Mephisto/blob/main/docs/web/docs/explanations/architecture_overview.md#agent).



### `assignmentId`

An `assignmentId` uniquely represents the portion of the task that a worker will be working on.

More details about Assignments can be found in the [Mephisto architecture overview docs](https://github.com/facebookresearch/Mephisto/blob/main/docs/architecture_overview.md#assignment).
More details about Assignments can be found in the [Mephisto architecture overview docs](https://github.com/facebookresearch/Mephisto/blob/main/docs/web/docs/explanations/architecture_overview.md#assignment).

### `initialTaskData`

Expand Down

0 comments on commit ecb6b51

Please sign in to comment.