Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add zenodo reference information #300

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
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
41 changes: 41 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"description": "A framework for training theoretically stable (and robust) Reinforcement Learning control algorithms.",
"license": "MIT",
"title": "rickstaa/stable-learning-control",
"upload_type": "software",
"keywords": [
"reinforcement-learning",
"control",
"stability",
"robustness",
"simulation",
"openai-gym",
"gymnasium",
"artificial-intelligence",
"deep-learning",
"neural-networks",
"machine-learning",
"framework",
"gaussian-networks"
],
"creators": [
{
"orcid": "0000-0003-4835-2040",
"affiliation": "TU Delft",
"name": "Rick Staa"
},
{
"orcid": "0000-0003-1121-9879",
"affiliation": "The University of Manchester",
"name": "Wei Pan"
},
{
"name": "dds0117"
},
{
"affiliation": "@mend",
"name": "Mend Renovate"
}
],
"access_right": "open"
}
39 changes: 39 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: rickstaa/stable-learning-control
message: >-
If you want to cite this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Rick
family-names: Staa
affiliation: TU Delft
orcid: 'https://orcid.org/0000-0003-4835-2040'
- given-names: Wei
family-names: Pan
affiliation: The University of Manchester
orcid: 'https://orcid.org/0000-0003-1121-9879'
identifiers:
- type: url
value: 'https://zenodo.org/badge/latestdoi/271989240'
repository-code: 'https://github.com/rickstaa/stable-learning-control'
abstract: >-
A framework for training theoretically stable (and robust)
Reinforcement Learning control algorithms.
keywords:
- reinforcement-learning
- control
- stability
- robustness
- simulation
- openai-gym
- gymnasium
- artificial-intelligence
- deep-learning
- neural-networks
- machine-learning
- framework
- gaussian-networks
license: MIT
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Python 3](https://img.shields.io/badge/Python->=3.8-brightgreen)](https://www.python.org/)
[![codecov](https://codecov.io/gh/rickstaa/stable-learning-control/branch/main/graph/badge.svg?token=4SAME74CJ7)](https://codecov.io/gh/rickstaa/stable-learning-control)
[![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
[![DOI](https://zenodo.org/badge/271989240.svg)](https://zenodo.org/badge/latestdoi/271989240)

## Package Overview

Expand Down