Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

AIdventure

Text adventure game with an AI. No rules, no censorship, the only limit is your imagination, not someone else's. · By Lyaaaaaaaaaaaaaaa

Recommended settings

A topic by Swimwear7679 created Jan 04, 2024 Views: 286 Replies: 2
Viewing posts 1 to 3

I really like the idea of this game but am struggling to make it work. I've been trying to play the "black friday" scenario, but can't get past the first few prompts without running into issues. Sometimes the generated text cuts off in the middle of a sentence, sometimes it generates text that is nonsensical or inconsistent with the history, and sometimes it repeats itself within the first few sentences and gets into an endless loop.

I've tried playing around with the following options:

  • models: gpt2-large, gpt-neo-2.7b, gpt-J-6B-adventure
  • generation max length: 60-400
  • randomness: 0.4-0.7
  • max time: 60-120
  • context max length: 1000-10000
  • memory max length: 400-4000
  • remove unfinished sentences: off/on
  • offload model: off/on

System info:

Processor    AMD Ryzen 5 5600 6-Core Processor, 3501 Mhz, 6 Core(s), 12 Logical Processor(s)
Installed Physical Memory (RAM)    32.0 GB
Name    NVIDIA GeForce RTX 3080
OS Name    Microsoft Windows 11 Home
Version    10.0.22621 Build 22621

Can someone please recommend a setup (model and all settings) that have given good results? Thanks!

Developer (1 edit)

Hello, the next release (2.0.0) will have options presets to help people with the options.

However, I recommend you to keep the generation max length between 40 and 80 (because the longer the AI writes without your intervention, the more probable you will get weird output.)

For the randomness, I would recommend 0.7 but it may vary between models.

offload model is just for performances and won’t affect the ai’s output

remove unfinished sentences doesn’t affect the AI. It’s just the game removing text without punctuation character at the end.

I usually use the 2.7B models and get good results.

You can find guides made by the community on Steam: https://steamcommunity.com/app/2114790/guides/

Thanks for the help! I will take a look at some of the guides you linked and keep playing around with it.