Spaces:
Running
Running
File size: 389 Bytes
2d0ff84 f96ea53 2d0ff84 f96ea53 2d0ff84 f96ea53 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | """OpenRA-Bench rubrics — re-exported from openra-rl-util.
All scoring logic lives in the shared utility library.
This module re-exports for backward compatibility.
"""
from openra_rl_util.rubrics import ( # noqa: F401
EconomyRubric,
MilitaryEfficiencyRubric,
OpenRABenchRubric,
OpenRAWinLossRubric,
compute_composite_score_from_games,
compute_game_metrics,
)
|