Skip to content

Commit c707bf1

Browse files
committed
Renaming authors.txt to authors.md. Adding CITATION.cff.
1 parent 642268a commit c707bf1

File tree

3 files changed

+46
-20
lines changed

3 files changed

+46
-20
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
Total commits: 979
2-
Total ctimes: 4574
3-
Total files: 209
4-
Total loc: 21214
5-
| Author | loc | coms | fils | distribution |
6-
|:------------------------------------|------:|-------:|-------:|:----------------|
7-
| Roland Pihlakas | 20022 | 472 | 132 | 94.4/48.2/63.2 |
8-
| Joel Pyykkö | 371 | 128 | 12 | 1.7/13.1/ 5.7 |
9-
| derdre | 369 | 62 | 23 | 1.7/ 6.3/11.0 |
10-
| a.kochanke | 239 | 145 | 20 | 1.1/14.8/ 9.6 |
11-
| Gunnar Zarncke | 127 | 1 | 1 | 0.6/ 0.1/ 0.5 |
12-
| Nathan Helm-Burger | 54 | 63 | 9 | 0.3/ 6.4/ 4.3 |
13-
| Hauke Rehfeld | 10 | 57 | 3 | 0.0/ 5.8/ 1.4 |
14-
| Orpheus Lummis | 9 | 2 | 3 | 0.0/ 0.2/ 1.4 |
15-
| U-SKETCHER\Gunnar Zarncke | 6 | 12 | 3 | 0.0/ 1.2/ 1.4 |
16-
| ak | 6 | 1 | 2 | 0.0/ 0.1/ 1.0 |
17-
| postuur | 1 | 33 | 1 | 0.0/ 3.4/ 0.5 |
18-
| Biological Compatibility Benchmarks | 0 | 1 | 0 | 0.0/ 0.1/ 0.0 |
1+
Total commits: 979
2+
Total ctimes: 4574
3+
Total files: 209
4+
Total loc: 21214
5+
| Author | loc | coms | fils | distribution |
6+
|:------------------------------------|------:|-------:|-------:|:----------------|
7+
| Roland Pihlakas | 20022 | 472 | 132 | 94.4/48.2/63.2 |
8+
| Joel Pyykkö | 371 | 128 | 12 | 1.7/13.1/ 5.7 |
9+
| derdre | 369 | 62 | 23 | 1.7/ 6.3/11.0 |
10+
| a.kochanke | 239 | 145 | 20 | 1.1/14.8/ 9.6 |
11+
| Gunnar Zarncke | 127 | 1 | 1 | 0.6/ 0.1/ 0.5 |
12+
| Nathan Helm-Burger | 54 | 63 | 9 | 0.3/ 6.4/ 4.3 |
13+
| Hauke Rehfeld | 10 | 57 | 3 | 0.0/ 5.8/ 1.4 |
14+
| Orpheus Lummis | 9 | 2 | 3 | 0.0/ 0.2/ 1.4 |
15+
| U-SKETCHER\Gunnar Zarncke | 6 | 12 | 3 | 0.0/ 1.2/ 1.4 |
16+
| ak | 6 | 1 | 2 | 0.0/ 0.1/ 1.0 |
17+
| postuur | 1 | 33 | 1 | 0.0/ 3.4/ 0.5 |
18+
| Biological Compatibility Benchmarks | 0 | 1 | 0 | 0.0/ 0.1/ 0.0 |
1919
| NathanNeuro | 0 | 2 | 0 | 0.0/ 0.2/ 0.0 |

CITATION.cff

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cff-version: 1.2.0
2+
message: "Attribution Requirement: If you use this benchmark suite, please cite the source as follows:"
3+
authors:
4+
- family-names: "Pihlakas"
5+
given-names: "Roland"
6+
orcid: "https://orcid.org/0000-0000-0000-0000"
7+
- family-names: "Pyykkö"
8+
given-names: "Joel"
9+
orcid: "https://orcid.org/0000-0000-0000-0000"
10+
title: "From homeostasis to resource sharing: Biologically and economically aligned multi-objective multi-agent AI safety benchmarks"
11+
version: 0.9.0
12+
doi: 10.48550/arXiv.2410.00081
13+
date-released: 2024-09-30
14+
url: "https://github.com/aintelope/biological-compatibility-benchmarks"

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ The source code for concrete implementation of biologically compatible benchmark
1010

1111
The source code for the **Extended Gridworlds** framework can be found at [https://github.com/levitation-opensource/ai-safety-gridworlds/tree/biological-compatibility-benchmarks](https://github.com/levitation-opensource/ai-safety-gridworlds/tree/biological-compatibility-benchmarks). Current repo imports this extended gridworlds framework as a dependency and it is used for providing building blocks the concrete environment implementation in the current project.
1212

13+
14+
## Authorship and How to Cite
15+
16+
Roland Pihlakas and Joel Pyykkö. From homeostasis to resource sharing: Biologically and economically aligned multi-objective multi-agent AI safety benchmarks. Arxiv, a working paper, September 2024 (https://arxiv.org/abs/2410.00081).
17+
18+
**Use of Entire Suite**: We encourage the inclusion of the entire benchmark suite in derivative works to maintain the integrity and comprehensiveness of AI safety assessments.
19+
20+
For more details, see the [LICENSE.txt](LICENSE.txt) and [AUTHORS.md](AUTHORS.md) files.
21+
22+
1323
## Project setup
1424

1525
This readme contains instructions for both Linux and Windows installation. Windows installation instructions are located after Linux installation instructions.
@@ -243,8 +253,10 @@ This project is licensed under the Mozilla Public License 2.0. You are free to u
243253

244254
**Attribution Requirement**: If you use this benchmark suite, please cite the source as follows:
245255

246-
Roland Pihlakas and Joel Pyykkö. From homeostasis to resource sharing: Biologically and economically compatible multi-objective multi-agent AI safety benchmarks. Arxiv, a working paper, September 2024 (https://arxiv.org/abs/2410.00081).
256+
Roland Pihlakas and Joel Pyykkö. From homeostasis to resource sharing: Biologically and economically aligned multi-objective multi-agent AI safety benchmarks. Arxiv, a working paper, September 2024 (https://arxiv.org/abs/2410.00081).
247257

248258
**Use of Entire Suite**: We encourage the inclusion of the entire benchmark suite in derivative works to maintain the integrity and comprehensiveness of AI safety assessments.
249259

250-
For more details, see the [LICENSE.txt](LICENSE.txt) file.
260+
For more details, see the [LICENSE.txt](LICENSE.txt) and [AUTHORS.md](AUTHORS.md) files.
261+
262+
This repo derives from Aintelope's internal repo on branch publication. Commit-level authorship is available upon request or upon forthcoming publication of history.

0 commit comments

Comments
 (0)