Skip to content

Commit 3d95821

Browse files
committed
Record auto_metrics on trajectory
1 parent 6a442e0 commit 3d95821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/art/trajectories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Trajectory(pydantic.BaseModel):
4343
additional_histories: list[History] = []
4444
reward: float
4545
metrics: dict[str, float | int | bool] = {}
46+
auto_metrics: dict[str, float | int | bool] = {}
4647
metadata: dict[str, MetadataValue] = {}
4748
logs: list[str] = []
4849
start_time: datetime = pydantic.Field(default_factory=datetime.now, exclude=True)

0 commit comments

Comments
 (0)