Allow more than one target score to be tracked #24
Seelengrab
started this conversation in
Design & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It may be beneficial to track more than one good attempt, which can be attempted to be improved independently from other good-ish attempts. See e.g. IJON: Exploring Deep State Spaces via Fuzzing, which implements a form of coverage based fuzzing through multiple (user annotated) targets, allowing their fuzzer to beat Level 3-4 of the first Super Mario Bros.:
(theirs is the one at the bottom, while the one at the top struggles with the large state space).
This feature would:
was_better
is calculated, since tracking more than one target means the calculation whether any given example actually was better becomes more complicated.Beta Was this translation helpful? Give feedback.
All reactions