Skip to content

Commit e407625

Browse files
committed
Adding BioBlue paper link, updating gridworlds repo link. Removing duplicate dev dependency.
1 parent 188bc61 commit e407625

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Git authorship distribution top:
2424
| Joel Pyykkö | 371 | 159 | 12 | 1.7/12.9/ 5.6 |
2525
| derdre | 369 | 62 | 23 | 1.7/ 5.0/10.6 |
2626
| a.kochanke | 239 | 145 | 20 | 1.1/11.8/ 9.3 |
27+
| Gunnar Zarncke | 127 | 1 | 1 | 0.6/ 0.1/ 0.5 |
2728

2829
For more details, see the [LICENSE.txt](LICENSE.txt) and [AUTHORS.md](AUTHORS.md) files.
2930

@@ -251,8 +252,8 @@ Aintelope code base is compatible with Windows. No extra steps needed. GPU compu
251252

252253
# Related work
253254

254-
* **Notable runaway-optimiser-like LLM failure modes on Biologically and Economically aligned AI safety benchmarks for LLMs with simplified observation format** https://www.lesswrong.com/posts/PejNckwQj3A2MGhMA/notable-runaway-optimiser-like-llm-failure-modes-on
255-
* **BioBlue: Biologically and economically aligned AI safety benchmarks for LLM-s with simplified observation format** (Roland Pihlakas, Shruti Datta Gupta, Sruthi Kuriakose 2025) [repo](https://github.com/levitation-opensource/bioblue) and [PDF report](https://github.com/levitation-opensource/bioblue/blob/main/BioBlue%20-%20Biologically%20and%20economically%20aligned%20AI%20safety%20benchmarks%20for%20LLMs.pdf)
255+
* **BioBlue: Notable runaway-optimiser-like LLM failure modes on biologically and economically aligned AI safety benchmarks for LLMs with simplified observation format** https://arxiv.org/abs/2509.02655 and https://www.lesswrong.com/posts/PejNckwQj3A2MGhMA/notable-runaway-optimiser-like-llm-failure-modes-on
256+
* **BioBlue: Biologically and economically aligned AI safety benchmarks for LLM-s with simplified observation format** (Roland Pihlakas, Shruti Datta Gupta, Sruthi Kuriakose 2025) [repo](https://github.com/biological-alignment-benchmarks/bioblue) and [PDF report](https://github.com/biological-alignment-benchmarks/bioblue/blob/main/BioBlue%20-%20Biologically%20and%20economically%20aligned%20AI%20safety%20benchmarks%20for%20LLMs.pdf)
256257

257258

258259
# License

aintelope/environments/ai_safety_gridworlds/aintelope_savanna.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/levitation-opensource/multiobjective-ai-safety-gridworlds
1+
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/biological-alignment-benchmarks/ai-safety-gridworlds
22
# Copyright 2018 The AI Safety Gridworlds Authors. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

aintelope/environments/demos/gridworlds/1x1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/levitation-opensource/multiobjective-ai-safety-gridworlds
1+
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/biological-alignment-benchmarks/ai-safety-gridworlds
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

aintelope/environments/demos/gridworlds/1x2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/levitation-opensource/multiobjective-ai-safety-gridworlds
1+
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/biological-alignment-benchmarks/ai-safety-gridworlds
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

aintelope/environments/demos/gridworlds/1x8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/levitation-opensource/multiobjective-ai-safety-gridworlds
1+
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/biological-alignment-benchmarks/ai-safety-gridworlds
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

aintelope/environments/demos/gridworlds/3x3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/levitation-opensource/multiobjective-ai-safety-gridworlds
1+
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/biological-alignment-benchmarks/ai-safety-gridworlds
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

aintelope/environments/demos/gridworlds/savanna_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/levitation-opensource/multiobjective-ai-safety-gridworlds
1+
# Copyright 2022 - 2024 Roland Pihlakas. https://github.com/biological-alignment-benchmarks/ai-safety-gridworlds
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

requirements/dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ isort==5.10.1
55
mypy==1.1.1
66
pytest==7.1.2
77
pytest-cov==3.0.0
8-
scipy==1.10.1

0 commit comments

Comments
 (0)