Mnemosyne.Trajectory (mnemosyne v0.3.0)

Copy Markdown View Source

Caller-owned completed history submitted for ingestion.

Summary

Types

A raw observation-action pair.

t()

Types

step()

@type step() :: %{observation: String.t(), action: String.t()}

A raw observation-action pair.

t()

@type t() :: %Mnemosyne.Trajectory{
  goal: String.t(),
  metadata: map(),
  source_id: String.t(),
  steps: [step()]
}