• Title/Summary/Keyword: game artificial intelligence

Search Result 148, Processing Time 0.025 seconds

Design of an Infant's App using AI for increasing Learning Effect (학습효과 증대를 위한 인공지능을 이용한 영유아 앱 설계)

  • Oh, Sun Jin
    • The Journal of the Convergence on Culture Technology
    • /
    • v.6 no.4
    • /
    • pp.733-738
    • /
    • 2020
  • It is really hard to find an infant's App, especially for the age under 5, even though there are lots of Apps developed and distributed nowadays. The selection of the proper infant's App is difficult since the infants' App should be useful, safe and helpful for the development of their intelligence. In this research, we design the useful infant's App for the development of their intelligence by applying the AI technology for increasing the learning effect in order to satisfy the characteristics of the infants' needs. A proposed App is the collection of interesting games for infants such as picture puzzle game, coloring shapes game, pasting stickers game, and fake mobile phone feature enables them to play interesting phone game. Furthermore, the proposed App is also designed to collect and analyze the log information generated while they are playing games, share and compare with other infants' log information to increase the learning effect. After then, it figures out and learns their game tendency, intelligibility, workmanship, and apply them to the next game in order to increase their interests and concentration of the game.

Automatic Map Generation without an Isolated Cave Using Cell Automata Enhanced by Binary Space Partitioning (이진 공간 분할로 보강된 셀 오토마타를 이용한 고립 동굴 없는 맵 자동 생성)

  • Kim, Ji-Min;Oh, Pyeong;Kim, Sun-Jeong;Hong, Seokmin
    • Journal of Korea Game Society
    • /
    • v.16 no.6
    • /
    • pp.59-68
    • /
    • 2016
  • Many researchers have paid attention to contents generation within the area of game artificial intelligence these days with various reasons. Efforts on automatic contents generation without game level designers' help were continuously progressed in various game contents. This study suggests an automatic map generation without an isolated cave using cellular automation enhanced by binary space partitioning(BSP). In other words, BSP makes it possible to specify the number of desired area and cellular automation reduces the time to search a path. Based upon our preliminary simulation results, we show the usefulness of our automatic map generation by applying the contents generation using cell automation, which is enhanced by BSP to games.

Development of AI Composition Game using EEG (EEG를 활용한 AI 작곡 게임 개발)

  • Ha, Min-hyuk;Moon, Mikyeong
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2021.07a
    • /
    • pp.547-548
    • /
    • 2021
  • 최근 AI 기술은 컴퓨터, 애플리케이션 등의 시스템만이 아닌 미술, 음악, 소설 등 창작의 영역에서도 많은 확장을 시도하고 있다. 본 논문에서는 EEG(Electroencephalogram, 뇌전도)를 이용하여 신체에 제약이 있는 사람들도 작곡을 할 수 있게 해주는 게임 개발에 대해 기술한다. 이를 위하여 파이썬(Python)을 이용하여 작곡 게임을 구현하였으며, EEG를 이용하여 상, 하, 좌, 우 4가지 움직임을 저장하고 학습하였다. 본 게임을 통해 신체에 제약이 있는 사람들도 창작 활동을 할 수 있으며 뇌신경운동에도 도움을 줄 수 있을 것으로 기대한다.

  • PDF

Comparison of Reinforcement Learning Activation Functions to Improve the Performance of the Racing Game Learning Agent

  • Lee, Dongcheul
    • Journal of Information Processing Systems
    • /
    • v.16 no.5
    • /
    • pp.1074-1082
    • /
    • 2020
  • Recently, research has been actively conducted to create artificial intelligence agents that learn games through reinforcement learning. There are several factors that determine performance when the agent learns a game, but using any of the activation functions is also an important factor. This paper compares and evaluates which activation function gets the best results if the agent learns the game through reinforcement learning in the 2D racing game environment. We built the agent using a reinforcement learning algorithm and a neural network. We evaluated the activation functions in the network by switching them together. We measured the reward, the output of the advantage function, and the output of the loss function while training and testing. As a result of performance evaluation, we found out the best activation function for the agent to learn the game. The difference between the best and the worst was 35.4%.

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.

Flexible Development Architecture for Game NPC Intelligence to Support Load Sharing and Group Behavior (게임NPC지능 개발을 위한 부하분산과 그룹 행동을 지원하는 유연한 플랫폼 구조)

  • Im Cha-Seop;Kim Tae-Yong
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.43 no.2 s.308
    • /
    • pp.40-51
    • /
    • 2006
  • As computer games become more complex and consumers demand more sophisticated computer controlled NPCs, developers are required to place a greater emphasis on the artificial intelligence aspects for their games. The platform for game NPC Intelligence Development should support real-time, independence, flexibility, group behavior, and various A.I to NPC that are reactive, realistic and easy to develop. This paper presents an architecture to satisfy these criteria for the platform of game NPC intelligence development. The proposed platform shows the higher performance than existing platform through the load sharing, and it also has some advantages which are supporting the various AI techniques, efficient group behavior, and independence to develop NPC intelligence.

Evolving Team-Agent Based on Dynamic State Evolutionary Artificial Neural Networks (동적 상태 진화 신경망에 기반한 팀 에이전트의 진화)

  • Jin, Xiang-Hua;Jang, Dong-Heon;Kim, Tae-Yong
    • Journal of Korea Multimedia Society
    • /
    • v.12 no.2
    • /
    • pp.290-299
    • /
    • 2009
  • Evolutionary Artificial Neural Networks (EANNs) has been highly effective in Artificial Intelligence (AI) and in training NPCs in video games. When EANNs is applied to design game NPCs' smart AI which can make the game more interesting, there always comes two important problems: the more complex situation NPCs are in, the more complex structure of neural networks needed which leads to large operation cost. In this paper, the Dynamic State Evolutionary Neural Networks (DSENNs) is proposed based on EANNs which deletes or fixes the connection of the neurons to reduce the operation cost in evolution and evaluation process. Darwin Platform is chosen as our test bed to show its efficiency: Darwin offers the competitive team game playing behaviors by teams of virtual football game players.

  • PDF

Prospect Theory based NPC Decision Making Model on Dynamic Terrain Analysis (동적 지형분석에서의 전망이론 기반 NPC 의사결정 모델)

  • Lee, Dong Hoon
    • Journal of Korea Game Society
    • /
    • v.14 no.4
    • /
    • pp.37-44
    • /
    • 2014
  • In this paper, we propose a NPC decision making model based on Prospect Theory which tries to model real-life choice, rather than optimal decision. For this purpose, we analyse the problems of reference point setting, diminishing sensitivity and loss aversion which are known as limitations of the utility theory and then apply these characteristics into the decision making in game. Dynamic Terrain Analysis is utilized to evaluate the proposed model and experimental result shows the method have effects on inducing diverse personality and emergent behavior on NPC.

Intuitive Game Design as digital therapeutic tool for silver-generation

  • Hyein Kwon;Chan Lim
    • International Journal of Advanced Culture Technology
    • /
    • v.12 no.1
    • /
    • pp.305-310
    • /
    • 2024
  • The purpose of this study is to implement game content within the generative artificial intelligence module Chat-GPTs, grounded in the humanistic discourse of self-reflection. This content aims to empower the dignity of the silver generation, which has been marginalized by digital technology. Simultaneously, we intend to prototype a digital psychotherapeutic tool. The development of a flexible device that adapts to the silver generation's living environment and temporal constraints is also part of our plan. However, there are still few commercially available products, and digital therapeutics developed in the form of content are virtually nonexistent. The goal is to implement game content that allows the elderly, who have been marginalized by digital technology, to find their true dignity. Simultaneously, we plan to commercialize a prototype of digital psychotherapy that can flexibly adapt to the range of living environments and time constraints of the elderly. This study has been extended based on the game content 'Daily Run' created by Hyein Kwon, an undergraduate student at Kyungil University.

Real-time Ball Detection and Tracking with P-N Learning in Soccer Game (P-N 러닝을 이용한 실시간 축구공 검출 및 추적)

  • Huang, Shuai-Jie;Li, Gen;Lee, Yill-Byung
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2011.04a
    • /
    • pp.447-450
    • /
    • 2011
  • This paper shows the application of P-N Learning [4] method in the soccer ball detection and improvement for increasing the speed of processing. In the P-N learning, the learning process is guided by positive (P) and negative (N) constraints which restrict the labeling of the unlabeled data, identify examples that have been classified in contradiction with structural constraints and augment the training set with the corrected samples in an iterative process. But for the long-view in the soccer game, P-N learning will produce so many ferns that more time is spent than other methods. We propose that color histogram of each frame is constructed to delete the unnecessary details in order to decreasing the number of feature points. We use the mask to eliminate the gallery region and Line Hough Transform to remove the line and adjust the P-N learning's parameters to optimize accurate and speed.