Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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