Skip to content

Commit 066c464

Browse files
committed
update init
1 parent 1171f2e commit 066c464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/forge/observability/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
MetricCollector,
2424
MinAccumulator,
2525
RandomRatioFilter,
26+
record_episode_sample,
2627
record_metric,
2728
Reduce,
2829
reduce_metrics_states,
@@ -38,6 +39,7 @@
3839
__all__ = [
3940
# Main API functions
4041
"record_metric",
42+
"record_episode_sample",
4143
"reduce_metrics_states",
4244
"get_actor_name_with_rank",
4345
"get_logger_backend_class",

0 commit comments

Comments
 (0)