244e346b83
- Skill optimization framework with training loop analogy - 11 benchmarks, 4 model backends (Azure OpenAI, Claude, Codex, Qwen) - WebUI for browser-based training control - Pluggable architecture for extending benchmarks and backends
6 lines
131 B
Python
6 lines
131 B
Python
"""MathVerse environment package."""
|
|
|
|
from skillopt.envs.mathverse.adapter import MathVerseAdapter
|
|
|
|
__all__ = ["MathVerseAdapter"]
|