Discord
@hash/ageing-agents
Simulation
6
0
Public

Ageing Agents

A very simple simulation with 2 agents that age each time-step.

This is an extremely simple simulation that can be used for basic testing.

Behaviors

The simulation depends solely on the @hash/age-js behavior, which increases an agent's age by 1 every time-step.

Agents

This simulation has two agents, one starting with an age of 0, and the other starting with an age of 5.

Running / Verifying in hCore

This project doesn't include any experiments or analysis, so to test it upon opening:

  • Click "View" -> "Raw Output" to open the window that shows Agent state as JSON
  • Click the "RESET SIMULATION" button near the bottom-middle of the screen
  • Click the +1 "STEP SIMULATION" button next to the reset button, and watch as the age of the agents grows in the Raw Output window