Translations:Diffusion Models Are Real-Time Game Engines/17/zh: Difference between revisions

    From Marovi AI
    (Created page with "例如,在游戏 DOOM 中,<math>\mathcal{S}</math> 是程序的动态内存内容,<math>\mathcal{O}</math> 是渲染的屏幕像素,<math>V</math> 是游戏的渲染逻辑,<math>\mathcal{A}</math> 是按键和鼠标移动的集合,而 <math>p</math> 是基于玩家输入的程序逻辑(包括任何潜在的非确定性)。")
     
    (No difference)

    Latest revision as of 00:19, 9 September 2024

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (Diffusion Models Are Real-Time Game Engines)
    For example, in the case of the game DOOM, <math>\mathcal{S}</math> is the program’s dynamic memory contents, <math>\mathcal{O}</math> is the rendered screen pixels, <math>V</math> is the game’s rendering logic, <math>\mathcal{A}</math> is the set of key presses and mouse movements, and <math>p</math> is the program’s logic given the player’s input (including any potential non-determinism).

    例如,在游戏 DOOM 中, 是程序的动态内存内容, 是渲染的屏幕像素, 是游戏的渲染逻辑, 是按键和鼠标移动的集合,而 是基于玩家输入的程序逻辑(包括任何潜在的非确定性)。