Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 491 Bytes

07_buffer_worker.md

File metadata and controls

22 lines (14 loc) · 491 Bytes

Buffer Worker

"Change begins at the end of your comfort zone."

Use case

Use buffer worker if you need

  1. to reanalyze the sample (e.g. MuZero), or
  2. to make changes to your sample (e.g. hindsight relabeling)

before the samples are sent to the trainers.

Initialization(Configuration)

  • To reanalyze
    • specify policy, policy_name, policy_identifier.
  • To relabel
    • specify data augmenter.

Worker Logic

  • If configured to run both, relabel is done before reanalyze.