From fa64012c51601d28d36f0d71535b9aed757bae5e Mon Sep 17 00:00:00 2001 From: Denis Drobyshev Date: Mon, 10 Aug 2026 22:22:08 +0300 Subject: [PATCH] Add a citation file GitHub reads CITATION.cff and offers BibTeX and APA from the sidebar. Without it, anyone citing this repository invents a format, and they each invent a different one. No version or date-released field: both go stale the moment a release lands, and a citation file that disagrees with the latest tag is worse than one that never mentions a version. --- CITATION.cff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..7ee91d0 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +title: >- + decisionrl — reinforcement learning for operational decisions +message: >- + If you use decisionrl in work you publish, please cite it using this entry. +abstract: >- + A reinforcement learning library aimed at operational decisions with a cost function -- pricing, inventory, energy, queueing and supply chains -- rather than at benchmark scores. Thirty-one algorithms and twenty-two environments, nine of them applied. Every applied environment ships with the classical operations-research baseline beside it, so a learned policy is measured against the standard method rather than asserted to improve on it. +authors: + - family-names: Drobyshev + given-names: Denis +repository-code: https://github.com/DrobyshevDev/decisionrl +url: https://github.com/DrobyshevDev/decisionrl +license: MIT +keywords: + - reinforcement-learning + - operations-research + - inventory-management + - dynamic-pricing + - benchmarking + - python