Please enable JavaScript.
Coggle requires JavaScript to display documents.
ML for QA (Problem we want to solve (Smoke test, performance tracking,…
ML for QA
-
-
Tech
ALGO
-
3- Policy gradients
-
-
slower converge, local maximum
-
-
-
-
-
-
-
Notes
Approaches
value-based (Q-learning)
The value (of a state) is the expected reward if you start at that state and continue to follow a policy
-
-
-
-
-
-
-
This agent should be able to look at a UI and figure out how to interact with it. Then once it has that figured out, it should try to find any issues that it can with the UI by essentially generating test cases and executing them.
-
Work
Assumptions
Software / framework
-
-
-
-
-
A2C
more, simpler example than ACKTR
-
-
PARI
Challenges
-
-
-
-
-
-
-
30% error, just because ?