diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..87efcf0 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,19 @@ +cff-version: 1.2.0 +title: >- + stadion — a proving ground for operational decisions +message: >- + If you use stadion in work you publish, please cite it using this entry. +abstract: >- + An evaluation harness for agents on operational decision tasks. Each task ships two reference arms: the tuned classical method and the optimum computed by dynamic programming. A score is reported with a confidence interval and placed on that scale, so a result is expressed as a distance from the best achievable outcome rather than as a leaderboard position. +authors: + - family-names: Drobyshev + given-names: Denis +repository-code: https://github.com/DrobyshevDev/stadion +url: https://github.com/DrobyshevDev/stadion +license: MIT +keywords: + - agent-evaluation + - benchmark + - reinforcement-learning + - operations-research + - llm-agents