Spaces:
Paused
Paused
Commit
•
6cc061e
1
Parent(s):
734f3d3
fix type issue
Browse files- README.md +1 -1
- src/app/agents/ant.ts +1 -1
README.md
CHANGED
@@ -8,4 +8,4 @@ pinned: false
|
|
8 |
app_port: 3000
|
9 |
---
|
10 |
|
11 |
-
LifeSim uses a text-to-video model to render artificially simulated
|
|
|
8 |
app_port: 3000
|
9 |
---
|
10 |
|
11 |
+
LifeSim uses a text-to-video model to render artificially simulated agents.
|
src/app/agents/ant.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import { pick } from "./pick"
|
2 |
-
import { Agent } from "./types"
|
3 |
|
4 |
const actions = [
|
5 |
"working on lavae",
|
|
|
1 |
import { pick } from "./pick"
|
2 |
+
import { Agent, Scene } from "./types"
|
3 |
|
4 |
const actions = [
|
5 |
"working on lavae",
|