this post was submitted on 29 Nov 2023
1 points (100.0% liked)

Gaming

15 readers
2 users here now

A community for informative and interesting gaming content and discussions.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] torn-ainbow@alien.top 1 points 1 year ago

You now say ‘I need the player to get from A to B’ and instead of having to write thousands of lines of scripting or code, you just have the AI get you from A to B.

This article is a little short on detail, but this example implies replacing something like authored code (which does pathfinding and moves the character to a position) with some trained AI that learned how to do the same.

It's interesting. AI is currently often used as a kind of glue between authored code. It is very good at doing specific little things that are difficult or impossible in code. So like identifying things in a photo, or interpreting freeform human readable text.

In this case, they are suggesting replacing something that is authorable in code, but is difficult to do while covering all edge cases. I would expect they are going to start by focusing on specific pain points from previous projects - bits that were time consuming and difficult to get right.