contact me at [email protected] link
I improved the last project I made where I put bloom ai into UE5 Though that project was finished, it had several problems.
You might not have noticed due to my edits, there was actually a significantly long wait time.
The game freezed while waiting, so I couldn’t do anything at that time.
Also, although I’ve put up a pull request regarding the python issue on github, until that gets accepted, every time there is a UE update, I had to manually compile unreal from source.
So I took a different approach this time.
First, I changed the AI model from bloom to gpt-neo and used flask to host a localhost server.
Next, when I interact with it in UE it makes an http request to that localhost.
This way, it may take some time to load the dialogue in-game, but it fixes the freezing problem and I don’t have to rebuild UE every time.
After testing various models, I figured out that gpt-neo gave me the most various, natural and fastest results.
It took less than 10 seconds in the editing software, which is more than 2x faster than last time.
There are almost no stuttering in person but OBS seems to have trouble with it.
Another big improvement is that it runs outside the editor.
I forgot to record it, but the previous method couldn’t connect python outside the editor, but now it can.
In practice, the installer would have to include python and the required modules or have a separate server running somewhere.
But if you choose the latter, you’ll have to consider the additional delay caused by the network ping.
here are the outputs:
hello my name is paul and i am new to this forum. I'm looking for some help, please! I have been having a hard time with this since about 2 years ago when my husband was diagnosed with PCOS (p
olycystic
hello my name is Rachna from India. I got my BSc (Economics) in 2008,and completed MTech(Information Techno
logy)in 2012.I am currently pursuing BBA with an emphasis on Marketing and Sales Management...
hello my name is Chris I was born in Australia and just moved back to Australia from the USA so i'm trying to figure out how to move there. The only thing that has been really on my mind
lately is the fact that i want a car
hello my name is John and I am a
student who has been studying the
Physics Literature for two years. My
major interests are in nuclear physics,
nuclear engineering with chemistry as well but ive found that all of these things have
My end goal with these projects is to have a town of NPCs with these ai models in their ‘brains’ and have them talk to players like chatbots in real time. It would be like interacting with other people, even in singleplayer. I think that would be quite fascinating.
contact me at [email protected] link