• Title/Summary/Keyword: Behavior Pattern of NPC

Search Result 4, Processing Time 0.018 seconds

An Artificial Intelligence Evaluation on FSM-Based Game NPC (FSM 기반의 게임 NPC 인공 지능 평가)

  • Lee, MyounJae
    • Journal of Korea Game Society
    • /
    • v.14 no.5
    • /
    • pp.127-136
    • /
    • 2014
  • NPC in game is an important factor to increase the fun of the game by cooperating with player or confrontation with player. NPC's behavior patterns in the previous games are limited. Also, there is not much difference in NPC's ability among the existing games because it's designed to FSM. Therefore, players who have matched with NPCs which have the characteristics may have difficulty to play. This paper is for improving the problem and production and evaluation of the game NPC behavior model based on wolves hunting model in real life. To achieve it, first, the research surveys and studies behavior states for wolves to capture prey in the real world. Secondly, it is implemented using the Unity3D engine. Third, this paper compares the implemented state transition probability to state transition probability in real world, state transition probability in general game. The comparison shows that the number of state transitions of NPCs increases, proportions of implemented NPC behavior patterns converges to probabilities of state transition in real-world. This means that the aggressive behavior pattern of NPC implemented is similar to the wolf hunting behavior pattern of the real world, and it can thereby provide more player experience.

Implementation of NPC Artificial Intelligence Using Agonistic Behavior of Animals (동물의 세력 투쟁 행동을 이용한 게임 인공 지능 구현)

  • Lee, MyounJae
    • Journal of Digital Convergence
    • /
    • v.12 no.1
    • /
    • pp.555-561
    • /
    • 2014
  • Artificial intelligence in the game is mainly used to determine patterns of behavior of NPC (Non Player Character) and the enemy, path finding. These artificial intelligence is implemented by FSM (Finite State Machine) or Flocking method. The number of NPC behavior in FSM method is limited by the number of FSM states. If the number of states is too small, then NPC player can know the behavior patterns easily. On the other hand, too many implementation cases make it complicated. The NPC behaviors in Flocking method are determined by the leader's decision. Therefore, players can know easily direction of movement patterns or attack pattern of NPCs. To overcome these problem, this paper proposes agonistic behaviors(attacks, threats, showing courtesy, avoidance, submission)in animals to apply for the NPC, and implements agonistic behaviors using Unity3D engine. This paper can help developing a real sense of the NPC artificial intelligence.

Analysis and Control of Neutral Point Current Deviation in Grid Tied 3-Level NPC Converter under Various Grid Unbalanced Conditions (다양한 불평형 계통 상황에서 계통 연계형 3-레벨 NPC 컨버터의 중성점 전류 변동에 대한 해석 및 제어)

  • Choi, Jaehoon;Suh, Yongsug
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.25 no.5
    • /
    • pp.385-393
    • /
    • 2020
  • This study introduces an analysis and control method for the variation of neutral point current in a grid-tied three-level neutral point clamped (NPC) converter under various grid imbalance operating conditions. Various fault cases with unbalanced amplitude and phase are systematically categorized and described using a unified metric called the imbalance factor. The fundamental component of neutral point current is generated under grid imbalance cases. The pattern and behavior of this fundamental component of neutral point current highly depend on the imbalance factor regardless of the particular type of grid fault cases. The control scheme for regulating the negative sequential component of AC input current effectively reduces the size of the fundamental component of neutral point current under a wide range of grid imbalance cases. The control scheme will enable a grid-tied three-level NPC converter to operate reliably and stably under various types of grid faults.

Making Levels More Challenging with a Cooperative Strategy of Ghosts in Pac-Man (고스트들의 협력전술에 의한 팩맨게임 난이도 제고)

  • Choi, Taeyeong;Na, Hyeon-Suk
    • Journal of Korea Game Society
    • /
    • v.15 no.5
    • /
    • pp.89-98
    • /
    • 2015
  • The artificial intelligence (AI) of Non-Player Companions (NPC), especially opponents, is a key element to adjust the level of games in game design. Smart opponents can make games more challenging as well as allow players for diverse experiences, even in the same game environment. Since game users interact with more than one opponent in most of today's games, collaboration control of opponent characters becomes more important than ever before. In this paper, we introduce a cooperative strategy based on the A* algorithm for enemies' AI in the Pac-Man game. A survey from 17 human testers shows that the levels with our collaborative opponents are more difficult but interesting than those with either the original Pac-Man's personalities or the non-cooperative greedy opponents.