Alas, I can't open it: Could not fetch resource at https://clients6.google.com/drive/v2beta/files/1u7flclharvMc... : 403 Forbidden
Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
191–200 of 227 posts
Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#192Doesn't work ATM, but examples here are incredible. Now you just need to teach it to ask for dice rolls...
Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#193> shoot an arrow at the guard on top of the castle walls You aim the bow at the guard on top of the castle walls. You fire an arrow at him. He screams and falls backwards off the wall. You quickly reload your bow and shoot another arrow at the same guard. This time he doesn't fall off the wall
Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#194I’m sure the compute costs to host this would be pretty high, and I’m not sure there’s a way to charge users to cover that cost. Perhaps a self-deployed version for the more technically savvy folks?
Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#195This is absolutely impressive. Yeah, of course there are incoherences in the generated stories. Keeping full coherence together with the current open-endedness would be quite close to AGI.
It does have surprising coherence, for example in one story I said that I was looking for a given object (that I made up) and then all the story revolved around that object and my search for it. Quite amazing.
Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#196... The only thing is that now there are two large doors on either side of the room
> walk to large door on my left
You walk to the large door on your right and open it. ...
Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#197Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#198Earlier quoted context omitted.
Had to go check my training file to remember. Datasize: Around 30 MB, so around ~8000000 token? Can't remember exactly Learning Rate: was 1e-4, so I guess not that slow. I trained for around 1000 steps, but ended up liking the model from step 550. Which I think ended up at around 2 full passes through my data. There probably is a point where increasing batch size is no longer helpful, my batch size was 32. When I had…
Only 30MB? If it's based on text adventures, can't you get way more data than that?
Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2
#199This is a project I've been working on for the past several months and it has blown me away with what it can do. Definitely recommend trying it out. I think the coolest thing about it is in any other game you are constrained in what you can do by what the developers programmed in, but here you can literally do anything you can imagine and the game will play off of it.
curious question: Have you ever killed a human? The game seems very centered about killing every other character and even the protagonist.