Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hello, it’s very curious. I think it’s the first time someone reports this. Could you send me the content of your settings.cfg file? Also, can you send me the logs? You also can send me the installer logs and the server logs.

Where to find the log:

  • On Windows - %APPDATA%/Roaming/aidventure
  • On Linux - ~local/share/godot/app_userdata/AIdventure OR ~.local/share/godot/app_userdata/AIdventure

The server logs are directly in the game root folder and named server_logs.

It can also be your CPU fault. Can you try with distilgpt (the smallest AI)?

So I tried it with the smallest AI and that worked. I just find it doubtful that my CPU is the problem here, since I have a Ryzen 3700X and while not being a high-end CPU it's still pretty decent.

Is there a general incompatibility with AMD CPUs?

I pasted the settings and logs below.


Settings:

[paths]

server="res://server/"

micromamba="res://mamba/micromamba.exe"

condabin="res://mamba/condabin/conda.bat"

mambabin="res://mamba/condabin/mamba.bat"

environment="res://mamba/envs/aidventure/"

[installer]

successful_installation=true

installer_version=2010

[preferences]

display_mode=0

hide_top_bar=false

font=0

font_size=16.0

font_color=Color( 1, 1, 1, 1 )

selection_color=Color( 0.101961, 0.372549, 0.705882, 1 )

line_separation=7.0

point_of_view=0

interface_language=""

[ai_settings]

max_length=40.0

do_sample=true

top_k=50.0

top_p=1.0

max_time=60.0

memory_length=400.0

context_length=1000.0

trim_unfinished=false

temperature=0.7

repetition_penalty=1.1

num_beams=1.0

no_repeat_ngram_size=0.0

use_gpu=true

low_memory=true

[server]

remote_server=false

server_ip="127.0.0.1"

server_port=9999.0

connection_delay=5.0

[auto_translation]

translation_enabled=false

language=""


Logs ?:

Godot Engine v3.5.1.stable.official.6fed1ffa3 - https://godotengine.org

OpenGL ES 3.0 Renderer: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2

Async. shader compilation: OFF

1.4.1

2023/01/06 20:35:53

Game version: 1.4.1

OS: Windows

ERROR: Connection lost with the server. clean: False

   at: call (modules/gdscript/gdscript_functions.cpp:775) - Connection lost with the server. clean: False


Server logs:


15:32:24,622 AIdventure_Server DEBUG loading generator

15:32:58,335 AIdventure_Server INFO Model successfully loaded from local file

15:32:58,335 AIdventure_Server INFO Is CUDA available: False

15:32:58,335 AIdventure_Server DEBUG Is GPU enabled for the generator: False

Installer log (was far too long and exceeding character limit here):
https://pastebin.com/ygb7EghB
(1 edit)

Hello, your CPU has the same specs as mine and I can easily generate a good sentence in less than 10 seconds with GPT2-Large. So it’s weird. My CPU is an intel though.

Maybe it could be the model type. It would be interesting to try with a GPT-Neo model to see if you get a better result.

What could be interesting is to see the server logs after a generation (a generation with no text). You can find the server logs in the game’s folder. It is named server_logs. Copy the content of this file after a generation (and before exiting the game).