We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a442e0 commit 3d95821Copy full SHA for 3d95821
src/art/trajectories.py
@@ -43,6 +43,7 @@ class Trajectory(pydantic.BaseModel):
43
additional_histories: list[History] = []
44
reward: float
45
metrics: dict[str, float | int | bool] = {}
46
+ auto_metrics: dict[str, float | int | bool] = {}
47
metadata: dict[str, MetadataValue] = {}
48
logs: list[str] = []
49
start_time: datetime = pydantic.Field(default_factory=datetime.now, exclude=True)
0 commit comments