|
| 1 | +cff-version: 1.2.0 |
| 2 | +message: "If you use this software, please cite it as below." |
| 3 | +type: software |
| 4 | +title: "KoopmanRL: Koopman-Assisted Reinforcement Learning" |
| 5 | +version: 1.0.0 |
| 6 | +date-released: 2026-04-20 |
| 7 | +authors: |
| 8 | + - family-names: Paehler |
| 9 | + given-names: Ludger |
| 10 | + email: ludger.paehler@tum.de |
| 11 | + affiliation: Technical University of Munich |
| 12 | + orcid: "https://orcid.org/0000-0002-7200-7637" |
| 13 | + - family-names: Rozwood |
| 14 | + given-names: Preston |
| 15 | + email: pwr@cornell.edu |
| 16 | + affiliation: Cornell University |
| 17 | + orcid: "https://orcid.org/0009-0007-3589-3514" |
| 18 | + - family-names: Mehrez |
| 19 | + given-names: Edward J. |
| 20 | + email: ejm322@cornell.edu |
| 21 | + affiliation: Cornell University |
| 22 | + - family-names: Wen |
| 23 | + given-names: Sun |
| 24 | + email: ws455@cornell.edu |
| 25 | + affiliation: Cornell University |
| 26 | + - family-names: Brunton |
| 27 | + given-names: Steven L. |
| 28 | + email: sbrunton@uw.edu |
| 29 | + affiliation: University of Washington |
| 30 | + orcid: "https://orcid.org/0000-0002-6565-5118" |
| 31 | +repository-code: "https://github.com/dynamicslab/koopmanrl" |
| 32 | +url: "https://github.com/dynamicslabs/koopmanrl" |
| 33 | +abstract: > |
| 34 | + KoopmanRL is a reinforcement learning framework which utilizes the |
| 35 | + Koopman operator to enhance maximum entropy-based reinforcement |
| 36 | + learning algorithms at the example of the discrete value iteration, |
| 37 | + and the Soft actor-critic algorithm. This package accompanies the |
| 38 | + paper "Koopman-Assisted Reinforcement Learning" providing the |
| 39 | + CleanRL-style implementations of the algorithms, and the hyperparameter |
| 40 | + tuning harnesses to tune the algorithms on new environments. |
| 41 | +keywords: |
| 42 | + - reinforcement learning |
| 43 | + - Koopman operator |
| 44 | + - PyTorch |
| 45 | + - machine learning |
| 46 | +license: MIT |
| 47 | +references: |
| 48 | + - type: journal-paper |
| 49 | + title: "Koopman-Assisted Reinforcement Learning" |
| 50 | + journal: |
| 51 | + name: "tbd" |
| 52 | + year: 2026 |
| 53 | + authors: |
| 54 | + - family-names: Rozwood |
| 55 | + given-names: Preston |
| 56 | + orcid: "https://orcid.org/0009-0007-3589-3514" |
| 57 | + - family-names: Mehrez |
| 58 | + given-names: Edward J. |
| 59 | + - family-names: Paehler |
| 60 | + given-names: Ludger |
| 61 | + orcid: "https://orcid.org/0000-0002-7200-7637" |
| 62 | + - family-names: Wen |
| 63 | + given-names: Sun |
| 64 | + - family-names: Brunton |
| 65 | + given-names: Steven L. |
| 66 | + orcid: "https://orcid.org/0000-0002-6565-5118" |
0 commit comments