You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Constants such as those in the agent 'personality' should support uncertainty values.
Example:
constant_low_estimate=1constant_high_estimate=10
A Monte-Carlo simulation can then compute many agents with a normal distribution of constant ranging between 1 and 10 to provide a nice range of expected behaviors.
A simple class for estimated constants should probably be formed and used for this purpose. This blog post may be useful.
The text was updated successfully, but these errors were encountered:
A Monte-Carlo simulation can then compute many agents with a normal
distribution of constant ranging between 1 and 10 to provide a nice range
of expected behaviors.
A simple class for estimated constants should probably be formed and used
for this purpose.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/26
.
Constants such as those in the agent 'personality' should support uncertainty values.
Example:
A Monte-Carlo simulation can then compute many agents with a normal distribution of
constant
ranging between 1 and 10 to provide a nice range of expected behaviors.A simple class for estimated constants should probably be formed and used for this purpose. This blog post may be useful.
The text was updated successfully, but these errors were encountered: