


NVIDIA demonstrates AI game engine, completely subverting the gaming experience?
NVIDIA was very busy at this CES show, mainly releasing a new generation of RTX 40 SUPER series graphics cards. This graphics card is considered to be one of the most worthwhile products for players to buy before the release of the RTX 50 series. However, we think the real focus of NVIDIA is their demo of their own AI gaming engine. This engine is of great significance to the entire gaming industry and players, and has the potential to completely change the experience of future games.
For players, it will definitely be boring to hear NPCs repeating the same dialogue endlessly in the game. But what if NPCs actually reacted like real people and could hold conversations? This may be something gamers have been asking for for a long time, and now with NVIDIA's AI gaming engine ACE, we'll actually get such an experience in the future, although we think it'll definitely make some people feel psychologically uncomfortable.
At CES 2024, NVIDIA demonstrated their AI platform Avatar Cloud Engine (ACE). The demonstration used a cyberpunk-like game DEMO, set in a dark cafe. There are two NPCs in the demo, and they have ample dialogue with the player and each other. This scenario is likely to become the norm for NPC behavior in future games.
This demo contains some technical content. The platform works by capturing player speech and converting it to text, which is then processed by a large language model (LLM) to generate NPC responses. This process, in turn, converts the generated text into the game character's speech and creates realistic lip movements. The technology was developed by NVIDIA in partnership with Convai, an AI NPC generation platform. Convai allows game developers to give characters backstories and voices so they can participate in interactive conversations. The latest features include real-time character interaction, scene awareness and motion.
According to the demonstration, after the player inputs voice and text, the NPC can respond in a timely manner. When the tester asks the NPC about "ramen", the NPC can also give the answer. Although it is not surprising, the content is substantial enough. In addition, the AI engine has good feedback for different languages. If you talk to an NPC in English or Italian, the NPC will respond with good results.
According to the technicians, to achieve the results seen, an RTX 4080 gaming computer with 32GB of memory is required. Although some speculate that higher memory may bring a better experience, the staff believes that 64GB of memory is too large and unnecessary. The naming of the engine also implies that the cloud experience will be good, which may reduce the need for hardware for players.
It's certainly a good thing for players to avoid going through the same boring conversations. However, this may also go against the player's original intention of playing the game, as they may spend a lot of time talking to NPCs instead of focusing on the main plot of the game. Fortunately, though, the engine seems to have made some limitations, and the developers want players to focus on the game. Therefore, when talking to NPCs, NPCs will also try to be related to the theme of the game instead of chatting casually.
NVIDIA said it is working with top game developers such as Charisma.AI and NetEase Games (NetEase) to create digital avatars using ACE technology. Therefore, AI NPCs may become ubiquitous in games within a few years. If nothing else happens, we will definitely see many such AI NPCs in NVIDIA exclusive games in the future, and they may even become an integral part of game production. standard. For players, this is certainly cool, but it can also be strange and even a little scary. But for the gaming industry as a whole, change is always a good thing! We still have to say that the application and development of AI will be the most important core industry in the world in the coming years, not something we brag about being far ahead.
The above is the detailed content of NVIDIA demonstrates AI game engine, completely subverting the gaming experience?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

Git Software Installation Guide: Visit the official Git website to download the installer for Windows, MacOS, or Linux. Run the installer and follow the prompts. Configure Git: Set username, email, and select a text editor. For Windows users, configure the Git Bash environment.
