Closed SeanMcOwen closed 11 months ago
@jshorish Do you have a thought on how we represent detection of being shut down and kicking? Easiest version is immediately discovered and jailed.
Other option is use an exponential distribution probability. With memoryless property, it could be an easy timestep probability of being discovered.
@SeanMcOwen If we go with exponential distribution we can nest immediate discovery with suitable choice of \lambda
parameter (1/mean). But will defer to you re: the effort required to get that incorporated given other priorities--might be 'safest' to code as immediate discovery for now?