1
0
Fork 0

Robot action budget #17

Closed
opened 2026-01-28 00:07:45 -06:00 by Ghost · 0 comments
Ghost commented 2026-01-28 00:07:45 -06:00 (Migrated from codeberg.org)

Robots need some kind of budget that caps how powerful a script can be.

Ideas:

  • Memory system similar to Bitburner, where each function a robot can perform adds to a total memory usage, restricting how complex scripts can get.
  • Compute system that restricts how many actions can be performed in a single tick. If a robot tries to perform too many actions, they roll over into consecutive ticks until the queue is exhausted and the robot's loop function gets run again.
Robots need some kind of budget that caps how powerful a script can be. Ideas: - Memory system similar to Bitburner, where each function a robot can perform adds to a total memory usage, restricting how complex scripts can get. - Compute system that restricts how many actions can be performed in a single tick. If a robot tries to perform too many actions, they roll over into consecutive ticks until the queue is exhausted and the robot's loop function gets run again.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
caveat/Deploy#17
No description provided.