summaryrefslogtreecommitdiff
path: root/src/world/agent.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/world/agent.js')
-rw-r--r--src/world/agent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world/agent.js b/src/world/agent.js
index 576ebc4..3faa3c8 100644
--- a/src/world/agent.js
+++ b/src/world/agent.js
@@ -15,7 +15,7 @@ export function agent_decide(world, agent, senses, actions) {
const tail = result.slice(action.size);
const props = action
- .propose(new_agent, head)
+ .propose(world, new_agent, head)
.reduce(
(acc, proposal) => proposal_merge(acc, proposal),
proposals