OpenRA-Bench / openra_bench /__init__.py
yxc20098's picture
Add provider-agnostic model agent (vLLM/OpenRouter/Bedrock)
715cbbc
Raw
History Blame Contribute Delete
290 Bytes
"""OpenRA-Bench — model evaluation on spatial / multi-modal / multi-step
planning, on the Rust OpenRA environment, reusing OpenRA-RL-Training components.
See EVAL_STACK_PLAN.md for architecture and phasing.
"""
__all__ = ["rust_adapter", "eval_core", "agent", "providers", "scenarios"]