Computational Abiogenesis Evolution - Isolated Replicators

Описание к видео Computational Abiogenesis Evolution - Isolated Replicators

Isolated replicators from an abiogenesis simulation in python using pytorch. Inspired by https://arxiv.org/pdf/2406.19108.

00:00 Iterations: 0
01:32 Iterations: 500k
02:55 Iterations: 1M
04:53 Iterations: 2M
06:57 Iterations: 4M
09:18 Iterations: 8M
11:21 Iterations: 16M
13:26 Iterations: 24M

At the specified iterations, 600 instruction sequences were sampled randomly and ranked by replication capacity. The top 5 replicators from each epoch are simulated in these videos.

Instructions:
- Increment/decrement head0/1 position (3 dimensions)
- Increment/decrement array value at head0/1 position
- Copy value from head0/1 to head 1/0
- Enter/exit loop conditioned on value at head0
- No action

Code: https://github.com/Nebraskinator/BFF

Комментарии

Информация по комментариям в разработке