Skip to content

Commit 6934155

Browse files
committed
Updating pyproject.toml
1 parent a9a9ca0 commit 6934155

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Roland Pihlakas and Joel Pyykkö. From homeostasis to resource sharing: Biologic
1717

1818
**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.
1919

20+
Top of git contibutions:
21+
| Author | loc | coms | fils | distribution |
22+
|:------------------------------------|------:|-------:|-------:|:----------------|
23+
| Roland Pihlakas | 21014 | 693 | 139 | 94.6/56.2/64.4 |
24+
| Joel Pyykkö | 371 | 159 | 12 | 1.7/12.9/ 5.6 |
25+
| derdre | 369 | 62 | 23 | 1.7/ 5.0/10.6 |
26+
| a.kochanke | 239 | 145 | 20 | 1.1/11.8/ 9.3 |
27+
2028
For more details, see the [LICENSE.txt](LICENSE.txt) and [AUTHORS.md](AUTHORS.md) files.
2129

2230

pyproject.toml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,53 @@
11
[project]
2-
name = "aintelope"
2+
name = "From homeostasis to resource sharing: Biologically and economically aligned multi-objective multi-agent AI safety benchmarks"
33
version = "0.9.0"
4-
description = "Simulate agents with reinforcement learning over selected cue-response patterns"
4+
description = "See https://arxiv.org/abs/2410.00081. Abstract: Developing safe, aligned agentic AI systems requires comprehensive empirical testing, yet many existing benchmarks neglect crucial themes aligned with biology and economics, both time-tested fundamental sciences describing our needs and preferences. To address this gap, the present work focuses on introducing biologically and economically motivated themes that have been neglected in current mainstream discussions on AI safety - namely a set of multi-objective, multi-agent alignment benchmarks that emphasize homeostasis for bounded and biological objectives, diminishing returns for unbounded, instrumental, and business objectives, sustainability principle, and resource sharing. We implemented eight main benchmark environments on the above themes, to illustrate key pitfalls and challenges in agentic AI-s, such as unboundedly maximizing a homeostatic objective, over-optimizing one objective at the expense of others, neglecting safety constraints, or depleting shared resources. "
55
readme = "README.md"
6+
license = "MPL-2.0"
7+
license-files = [
8+
"LICENSE.txt",
9+
"AUTHORS.md",
10+
"CITATION.cff"
11+
]
12+
maintainers = [
13+
{name = "Roland Pihlakas", email = "[email protected]"}
14+
]
615
authors = [
716
{name = "Roland Pihlakas", email = "[email protected]"},
8-
{name = "Orpheus Lummis", email = "[email protected]"},
9-
{name = "Nathan Helm-Burger", email = "[email protected]"},
17+
{name = "Andre Kochanke", email = "[email protected]"},
1018
{name = "Joel Pyykkö", email = "[email protected]"},
11-
{name = "Hauke Rehfeld", email = "[email protected]"},
1219
{name = "Gunnar Zarncke", email = "[email protected]"},
13-
{name = "Andre Kochanke", email = "[email protected]"}]
20+
{name = "Nathan Helm-Burger", email = "[email protected]"},
21+
{name = "Hauke Rehfeld", email = "[email protected]"},
22+
{name = "Orpheus Lummis", email = "[email protected]"}
23+
]
1424
requires-python = ">=3.10.3"
1525
dependencies = [
1626
"diskcache==5.6.3",
1727
"filelock==3.13.1",
1828
"flatten-dict==0.4.2",
1929
"gymnasium==0.29.1",
30+
"httpx==0.27.2",
2031
"hydra-core==1.3.0",
2132
"json-tricks==3.17.1",
2233
"matplotlib==3.7.0",
2334
"numpy==1.26.4",
24-
"openai==1.45.0",
35+
"openai==1.55.3",
2536
"pandas==1.5.3",
2637
"PettingZoo==1.24.1",
2738
"posix-ipc==1.1.1; os_name != 'nt'",
2839
"progressbar2==4.2.0",
2940
"psutil==5.9.4",
3041
"pygame==2.4",
42+
"scipy==1.15.0",
3143
"seaborn==0.12.2",
3244
"semaphore-win-ctypes==0.1.2; os_name == 'nt'",
45+
"tensorboard==2.18.0",
3346
"torch==2.1.0",
3447
"stable-baselines3==2.3.2",
3548
"supersuit==3.9.3",
3649
"tenacity==8.2.2",
37-
"tiktoken==0.7.0",
50+
"tiktoken==0.9.0",
3851
"-e git+https://github.com/levitation-opensource/ai-safety-gridworlds@biological-compatibility-benchmarks#egg=ai-safety-gridworlds",
3952
"-e git+https://github.com/levitation-opensource/zoo_to_gym_multiagent_adapter@main#egg=zoo_to_gym_multiagent_adapter"
4053
]

0 commit comments

Comments
 (0)