-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposals to make simulator better navigate the state space #2659
Comments
Yeah this is cool it's like a "simulation profile" we should document these profiles too |
Also we should make the likelihood ratios of particular messages also initially randomized (presently they're constant). |
Ok taking a look at this and I have a couple of questions:
func(r *rand.Rand, app *baseapp.BaseApp, ctx sdk.Context,
accs []simulation.Account, event func(string)) (
action string, fOp []simulation.FutureOperation, err error) {} |
@jackzampolin In order:
|
Is this proposal still relevant? If so, could we put it out of the backlog as it feels that this could help better guide our ai-driven search for vulnerabilities via the sim. Thanks ;-) |
Yes I think so @npinto |
I think @fedekunze took care of a number of these with his latest refactor. Going to go ahead and close this addressed. |
Currently we run into a situation where a lot of the accounts have most of their money drained, since most actions are purely random and deplete them by 50%. This is a bad situation, so I think lowering most things that subtract money to like subtract say 10% is important.
The text was updated successfully, but these errors were encountered: