Home
8 comments
lscharenabout 1 year ago
This is giving strong "Using TDD to build a Sudoku solver" vibes[1].<p>Let's use some hot tools to solve a problem. Sorta solve a problem. Well, AI doesn't actually know abstract strategy, so maybe it'll work later with a different AI. But it autogenerated some basic logic that only had a few bugs!<p>[1] <a href="https://ravimohan.blogspot.com/2007/04/learning-from-sudoku-solvers.html" rel="nofollow">https://ravimohan.blogspot.com/2007/04/learning-from-sudoku-...</a>
评论 #40158542 未加载
cyrializeabout 1 year ago
Slay the Spire is my favorite video game of all time. I have 400+ hours on my Switch, 100+ hours on my phone, and 100+ hours on my PC. I'm obsessed.<p>I think creating an AI for this game is quite difficult, but I'd love a chat bot to discuss decisions with - especially a bot that could take in the current state.<p>It isn't enough to just take in the cards, but you should also take in relics, the counters on the relics, the potions, and what ascension you are at.<p>For example, you may have the cards to kill an enemy now - but it may be more beneficial to wait - either to increment the counter on a relic, or to draw a card that does an effect on a fatal hit.
评论 #40159689 未加载
评论 #40158564 未加载
评论 #40159074 未加载
评论 #40158568 未加载
lulespabout 1 year ago
I don't think this will help me conquer A20 as Silent
评论 #40159083 未加载
评论 #40158567 未加载
infectoabout 1 year ago
Someone - an amazon employee paid to showcase aws tools.
评论 #40158454 未加载
评论 #40158468 未加载
评论 #40158388 未加载
raincoleabout 1 year ago
I don't think there is any reason to believe LLM is the best kind of AI to solve a game (unless the game is about natural languages).<p>AlphaGo Zero isn't LLM. The Dota bot that beat pro gamers is not LLM.<p>If this is an ad of Amazon Q, I'm not sure whether it's a good one.
评论 #40159193 未加载
SamBamabout 1 year ago
Fun. I do like how you can pretty easily create an LLM to do a whole bunch of tasks that it wasn't designed to do, so long as you don't particularly care about how well it does it.<p>I tried creating a robot driver back when I first started playing around with ChatGPT. I told it the list of commands it could output, like "Turn Left [n] degrees" and "Raise right hand [n] degrees" and "Say [x]." I then gave it instructions and it seemed to work just fine.<p>"All" I would need to do then would be to have a basic robot, program an API to drive it, and add voice-to-text to send commands to ChatGPT, and I would have a pretty basic voice-controlled robot, where the "brains" were coded in five minutes. At least good enough for a demo.
aaronharnlyabout 1 year ago
As an aside, what is the current state of "LLMs for NPCs" in video games?<p>I don't really game or follow the industry, but I have to imagine both modders and publishers are working furiously to introduce more natural conversational experiences?
评论 #40160531 未加载
评论 #40159934 未加载
评论 #40159692 未加载
nottorpabout 1 year ago
Is that game grindy enough to justify a bot?