Skip to content

Question about Content of Actions #1

@andrewjong

Description

@andrewjong

Hi Mr. Rosenbaum,

Really nice work! I have a question from the forward() function in EXAMPLES.md.

    y, meta, actions = self._initialization(y, tasks=tasks)
    y, meta, task_actions = self._per_task_assignment(y, meta, actions)
    y, meta, routing_actions_1 = self._decision_1(y, meta, task_actions)
    y, meta, _ = self._selection_1(y, meta, routing_actions_1)

What is the difference between the contents of actions returned by the init layer, task_actions from PerTaskAssignment, and routing_actions from the decision layers? Why do we pass task_actions to each decision layer and routing_actions to each selection layer? Furthermore, why do we throw away the _ actions returned by the selection layers?

Could you help me understand, please? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions