Skip to content

Commit

Permalink
Update event_rock_paper_scissors.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
FarukhS52 authored Oct 16, 2024
1 parent 5cf2220 commit dbe1c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/event_rock_paper_scissors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ end
# Another way to think of propensities is the relative probability mass
# for an event to happen.
# The propensities may be constants or functions of the
# currently actived agent and the model.
# currently active agent and the model.

# Here, the propensities for moving and attacking will be constants,
attack_propensity = 1.0
Expand Down

0 comments on commit dbe1c43

Please sign in to comment.