asal
Automating the Search for Artificial Life with Foundation Models!
File Explorer
Download Latest Version (.zip)- __init__.py
- clip.py
- dino.py
- pixels.py
- __init__.py
- boids.py
- boids_compete.py
- dnca.py
- gol.py
- gol_compete.py
- lenia.py
- lenia_impl.py
- models_cppn.py
- models_torch.py
- nca.py
- plenia.py
- plife.py
- plife_plus.py
- .gitignore
- asal.ipynb
- asal_metrics.py
- LICENSE
- main_illuminate.py
- main_opt.py
- main_sweep_gol.py
- README.md
- requirements.txt
- rollout.py
- util.py
# Installation Guide
1. Get the code
git clone https://github.com/SakanaAI/asal
Downloads the entire project code from GitHub to your computer.
cd asal
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
