We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55edc9f commit 935d39cCopy full SHA for 935d39c
1 file changed
README.md
@@ -111,10 +111,18 @@ Each autonomous agent uses a JEPA world model (LeCun 2022; Maes et al. 2026) to
111
### Installation
112
113
```bash
114
-cd interactive_simulation
+cd world-genesis-main
115
pip install numpy flask flask-socketio eventlet scipy networkx shapely requests
116
```
117
118
+### Installation (macOS, recommended via Conda)
119
+
120
+```bash
121
+conda create -n worldgenesis python=3.11 -y
122
+conda activate worldgenesis
123
+pip install -r requirements.txt
124
+```
125
126
### Generate Earth Data (one-time)
127
128
0 commit comments