OpenRA-Bench / rubrics.py
yxc20098's picture
Fix scoring dedup, add test suite, wire openra-rl-util
2d0ff84
raw
history blame contribute delete
389 Bytes
"""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,
)