Skip to content

Commit

Permalink
[air/output] Restructure AIR reporter classes (ray-project#37531)
Browse files Browse the repository at this point in the history
We currently have two different classes for controlling outputs: Callbacks and Reporters. This division is confusing in development. Instead, we should double down on the reporter class and only use the callback to forward formatting requests to the Controller. This is also required to enable the (experiment-level) reporter reacting to trial-level events (such as results).

This PR consolidates the reporter callbacks and simplifies output configuration.

Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
krfricke authored and arvind-chandra committed Aug 31, 2023
1 parent 08944a3 commit e6a56ad
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 204 deletions.

0 comments on commit e6a56ad

Please sign in to comment.