I wrote a script that wins the majority of HQ Trivia games
1–10 of 54 posts
Re: I wrote a script that wins the majority of HQ Trivia games
#2https://github.com/nbclark/hqcheat/
Interestingly, we seemed to end up with all 3 of the same approaches. Was fun while it lasted
Re: I wrote a script that wins the majority of HQ Trivia games
#3shrug, all the while making it harder for humans to see, too. All of these suggestions move the goal posts a bit and set things up for a cat-and-mouse game.
I applaud Cognetta's effort but sadly I think we are heading for a future where artificially intelligent agents will ruin fun things like this.
Re: I wrote a script that wins the majority of HQ Trivia games
#4The other mitigations are more reasonable.
Re: I wrote a script that wins the majority of HQ Trivia games
#5> Although seemingly insignificant, the right-side UI is actually harder for the Tesseract OCR Engine to parse, since the colors are less distinct. shrug , all the while making it harder for humans to see, too. All of these suggestions move the goal posts a bit and set things up for a cat-and-mouse game. I applaud Cognetta's effort but sadly I think we are heading for a future where artificially intelligent agents wi…
Re: I wrote a script that wins the majority of HQ Trivia games
#6Can someone confirm if it's possible to do all these in Python in l second or less?
Re: I wrote a script that wins the majority of HQ Trivia games
#7He really didn't show how it performs or the actual solution running on a screen. The time you have to answer the question is very short and his solution has to work against 1) Latency of OCR 2) Latency of the Google Query 3) Latency of parsing the result 4) Latency of running the three methods 5) Input of the Answer (which needs to be performed by a human reading reading the output from the computer screen). Can som…
Re: I wrote a script that wins the majority of HQ Trivia games
#8> Although seemingly insignificant, the right-side UI is actually harder for the Tesseract OCR Engine to parse, since the colors are less distinct. shrug , all the while making it harder for humans to see, too. All of these suggestions move the goal posts a bit and set things up for a cat-and-mouse game. I applaud Cognetta's effort but sadly I think we are heading for a future where artificially intelligent agents wi…
My approach (see below) cropped the screenshot before running OCR to remove mistranslations.
I also cropped the screenshot before running OCR, but I can still imagine HQ changing its UI frequently to thwart OCR attempts.
Re: I wrote a script that wins the majority of HQ Trivia games
#9Was wondering when I'd see a post like this... https://github.com/nbclark/hqcheat/ Interestingly, we seemed to end up with all 3 of the same approaches. Was fun while it lasted
Wow, so funny we had the same approaches.
Re: I wrote a script that wins the majority of HQ Trivia games
#10Earlier quoted context omitted.
My approach (see below) cropped the screenshot before running OCR to remove mistranslations.
Hey, Cognetta here :). I also cropped the screenshot before running OCR, but I can still imagine HQ changing its UI frequently to thwart OCR attempts.