CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/gepa_dapo_grn/__init__.py
src/gepa_dapo_grn/_compat.py
src/gepa_dapo_grn/_ema_helpers.py
src/gepa_dapo_grn/_numeric_helpers.py
src/gepa_dapo_grn/_packaging.py
src/gepa_dapo_grn/_version.py
src/gepa_dapo_grn/config.py
src/gepa_dapo_grn/curriculum.py
src/gepa_dapo_grn/dapo_core.py
src/gepa_dapo_grn/eval_hooks.py
src/gepa_dapo_grn/gepa_interfaces.py
src/gepa_dapo_grn/grn.py
src/gepa_dapo_grn/logging_utils.py
src/gepa_dapo_grn/maxrl_core.py
src/gepa_dapo_grn/policy_interfaces.py
src/gepa_dapo_grn/reward_mixers.py
src/gepa_dapo_grn/safety_controller.py
src/gepa_dapo_grn/trainer.py
src/gepa_dapo_grn/verifiers.py
src/gepa_dapo_grn.egg-info/PKG-INFO
src/gepa_dapo_grn.egg-info/SOURCES.txt
src/gepa_dapo_grn.egg-info/dependency_links.txt
src/gepa_dapo_grn.egg-info/requires.txt
src/gepa_dapo_grn.egg-info/top_level.txt
src/gepa_dapo_grn/active_grpo/__init__.py
src/gepa_dapo_grn/active_grpo/promotion.py
src/gepa_dapo_grn/active_grpo/references.py
src/gepa_dapo_grn/active_grpo/scheduler.py
src/gepa_dapo_grn/graph/__init__.py
src/gepa_dapo_grn/graph/feedback.py
src/gepa_dapo_grn/graph/metrics.py
src/gepa_dapo_grn/graph/schema.py
src/gepa_dapo_grn/graph/validators.py
src/gepa_dapo_grn/integration/__init__.py
src/gepa_dapo_grn/integration/hf_lm.py
src/gepa_dapo_grn/trainers/__init__.py
src/gepa_dapo_grn/trainers/graph_active_dapo.py
tests/test_active_references.py
tests/test_active_scheduler.py
tests/test_curriculum_tracker.py
tests/test_dapo_core.py
tests/test_gepa_interfaces.py
tests/test_graph_active_dapo_smoke.py
tests/test_graph_metrics.py
tests/test_graph_schema.py
tests/test_graph_validation.py
tests/test_grn.py
tests/test_install_local_wheel.py
tests/test_logging_utils.py
tests/test_maxrl_backend.py
tests/test_packaging_helpers.py
tests/test_packaging_metadata.py
tests/test_public_api.py
tests/test_reference_promotion.py
tests/test_reward_mixers.py
tests/test_safety_controller.py
tests/test_validate_dist_metadata.py