Skip to content

Commit 232209d

Browse files
author
Rens Oliemans
committed
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/
1 parent c7cc538 commit 232209d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CITATION.cff

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
title: 'Reinforcement Learning: An Introduction'
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
type: software
7+
authors:
8+
- given-names: Shangtong
9+
family-names: Zhang
10+
orcid: 'https://orcid.org/0000-0003-4255-1364'
11+
identifiers:
12+
- type: url
13+
value: >-
14+
https://github.com/ShangtongZhang/reinforcement-learning-an-introduction/commit/c7cc5389c38fe6840ab58ffb02cce76ede65a459
15+
description: Latest git commit
16+
repository-code: >-
17+
https://github.com/ShangtongZhang/reinforcement-learning-an-introduction
18+
abstract: >-
19+
Python replication for Sutton & Barto's book Reinforcement
20+
Learning: An Introduction (2nd Edition)
21+
keywords:
22+
- reinforcement-learning
23+
- artificial-intelligence
24+
license: MIT

0 commit comments

Comments
 (0)