From 587b730339bb50d8c7cd6a54bfac1de7f17d4540 Mon Sep 17 00:00:00 2001 From: Rens Oliemans Date: Wed, 19 Jul 2023 14:41:21 +0200 Subject: [PATCH] Add CITATION.cff A CITATION.cff file makes it easy to cite this repository. For documentation about the CITATION.cff, see GitHub docs [0] and the format's website [1]. This file was created by CFFINIT [2]. This commit fixes issue #162. [0]: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files [1]: https://citation-file-format.github.io/ [2]: https://citation-file-format.github.io/cff-initializer-javascript/ --- CITATION.cff | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..799dd75e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,24 @@ +cff-version: 1.2.0 +title: 'Reinforcement Learning: An Introduction' +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Shangtong + family-names: Zhang + orcid: 'https://orcid.org/0000-0003-4255-1364' +identifiers: + - type: url + value: >- + https://github.com/ShangtongZhang/reinforcement-learning-an-introduction/commit/c7cc5389c38fe6840ab58ffb02cce76ede65a459 + description: Latest git commit +repository-code: >- + https://github.com/ShangtongZhang/reinforcement-learning-an-introduction +abstract: >- + Python replication for Sutton & Barto's book Reinforcement + Learning: An Introduction (2nd Edition) +keywords: + - reinforcement-learning + - artificial-intelligence +license: MIT