Skip to content

Commit 58bee84

Browse files
Update README.md
1 parent 045da46 commit 58bee84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CAX: Cellular Automata Accelerated in JAX
22

33
<div align="center">
4-
<img src="docs/cax.png" alt="logo"></img>
4+
<img src="docs/cax.png" alt="logo" width="512"></img>
55
</div>
66

77
[![Pyversions](https://img.shields.io/pypi/pyversions/cax.svg?style=flat)](https://pypi.python.org/pypi/cax)
@@ -40,7 +40,7 @@ CAX is built on top of the JAX/Flax ecosystem for speed and scalability. The lib
4040

4141
The library is thoroughly tested and documented with numerous examples to get you started! Our comprehensive guides walk you through everything from basic cellular automata to advanced neural implementations.
4242

43-
## Implemented Systems 🦎
43+
## Implemented Models 🦎
4444

4545
| Cellular Automata | Reference | Example |
4646
| --- | --- | --- |
@@ -128,7 +128,7 @@ If you use CAX in your research, please cite the following paper:
128128
booktitle = {The Thirteenth International Conference on Learning Representations},
129129
year = {2025},
130130
url = {https://openreview.net/forum?id=o2Igqm95SJ},
131-
keywords = {cellular automata, emergence, self-organization, neural cellular automata},
131+
keywords = {artificial life, emergence, self-organization, open-endedness, cellular automata, neural cellular automata},
132132
}
133133
```
134134

0 commit comments

Comments
 (0)