• Title/Summary/Keyword: Agent Behavior Simulation

Search Result 97, Processing Time 0.027 seconds

An Experience-Type Car Maintenance Training System based on Logic Simulation (논리 시뮬레이션을 기반으로한 체험형 자동차 정비 훈련 시스템)

  • Park, Gil-Sik;Park, Dae-Sung;Park, Ki Hyun;Kim, Juntae
    • Journal of the Korea Society for Simulation
    • /
    • v.23 no.2
    • /
    • pp.73-84
    • /
    • 2014
  • Recently, researches on the application of IT technology to various fields including traditional industries are becoming more popular. One challenge in the field of education is to understand the way how technology may support learning, and research on self-directed learning has been accelerated by integrating education and IT technology. The process of self-directed learning in e-learning applications such as Car Maintenance Training is very difficult and complicated. Previous studies on car maintenance training applications provided simple training scenarios with predetermined action sequences. To incorporate self-directed learning in car maintenance training, however, trainees must be able to perform various maintenance operations himself and experience various situations. To provide such functionality, it is necessary to obtain an accurate response for various operations of trainees, but it requires complicated calculations with respect to varieties in the electrical and mechanical processes of a car. In this paper, we develop a logic simulation agent using JESS inference engine in which self-directed learning is achieved by capturing the behavior of trainees and simulating car operations without complicated physical simulations in car maintenance training.

Agent-based Speed Management Strategy for Freeway Traffic Safety (Methodology and Evaluation) (고속도로 교통사고 예방을 위한 에이전트 기반 속도관리 전략 (방법론 및 평가))

  • Song, Tae-Jin;O, Cheol
    • Journal of Korean Society of Transportation
    • /
    • v.29 no.4
    • /
    • pp.17-28
    • /
    • 2011
  • This study proposed a speed management strategy for the enhancement of traffic safety on freeways. A novel feature of the proposed strategy is to provide desirable speed information to individual vehicles. A microscopic traffic simulator, VISSIM, was used for the performance evaluation. Vehicle trajectory data were used to evaluate the various speed management scenarios including the different levels of proportions of heavy vehicles. The proposed speed management strategy would be a useful precursor for developing an effective traffic control and operations system to prevent traffic accidents on freeways.

A Scalable Distributed Worm Detection and Prevention Model using Lightweight Agent (경량화 에이전트를 이용한 확장성 있는 분산 웜 탐지 및 방지 모델)

  • Park, Yeon-Hee;Kim, Jong-Uk;Lee, Seong-Uck;Kim, Chol-Min;Tariq, Usman;Hong, Man-Pyo
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.5
    • /
    • pp.517-521
    • /
    • 2008
  • A worm is a malware that propagates quickly from host to host without any human intervention. Need of early worm detection has changed research paradigm from signature based worm detection to the behavioral based detection. To increase effectiveness of proposed solution, in this paper we present mechanism of detection and prevention of worm in distributed fashion. Furthermore, to minimize the worm destruction; upon worm detection we propagate the possible attack aleγt to neighboring nodes in secure and organized manner. Considering worm behavior, our proposed mechanism detects worm cycles and infection chains to detect the sudden change in network performance. And our model neither needs to maintain a huge database of signatures nor needs to have too much computing power, that is why it is very light and simple. So, our proposed scheme is suitable for the ubiquitous environment. Simulation results illustrate better detection and prevention which leads to the reduction of infection rate.

Analysis of Behaviour of Prey to avoid Pursuit using Quick Rotation (급회전을 이용한 희생자의 추격 피하기 행동 분석)

  • Lee, Jae Moon
    • Journal of Korea Game Society
    • /
    • v.13 no.6
    • /
    • pp.27-34
    • /
    • 2013
  • This paper analyzes the behaviour of a prey to avoid the pursuit of a predator at predator-prey relationship to be appeared in the collective behavior of animals. One of the methods to avoid the pursuit of a predator is to rotate quickly when a predator arrives near to it. At that moment, a critical distance and a rotating angular are very important for the prey in order to survive from the pursuit, where the critical distance is the distance between the predator and the prey just before rotation. In order to analyze the critical distance and the rotating angular, this paper introduces the energy for a predator which it has at starting point of the chase and consumes during the chase. Through simulations, we can know that the rotating angle for a prey to survive from the pursuit is increased when the critical distance is shorter and when the ratio of predator's mass and prey's mass is also decreased. The results of simulations are the similar phenomenon in nature and therefore it means that the method to analyze in this paper is correct.

Decentralized LTL Specifications for Ensuring Quality of Interaction-centralized System (상호 작용 중심 시스템의 품질 확보를 위한 LTL 분산 명세)

  • Kwon, Ryoungkwo;Kwon, Gihwon
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.3 no.5
    • /
    • pp.169-178
    • /
    • 2014
  • In this paper, we present a research utilizing decentralized LTL specifications for ensuring a quality for interaction-centralized system. In this system, for ensuring the quality, we need to validate interactions between modules of the system and then we should check whether the system achieves the expected requirements. This task remains difficult and labor-intensive and requires an expert. In this paper, we present a method to assist such a task. First of all, the requirements of the system is written as multiple LTL specifications. Interactions between modules mean that behaviors of one module are related with other one's behavior. We generate the automaton model fully achieving specification through GR(1) synthesis. And we simulate them using the simulator based on the software agent for checking behaviors of the system. Finally, we validate the whole system whether it achieves given requirements.

A Control Method for designing Object Interactions in 3D Game (3차원 게임에서 객체들의 상호 작용을 디자인하기 위한 제어 기법)

  • 김기현;김상욱
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.9 no.3
    • /
    • pp.322-331
    • /
    • 2003
  • As the complexity of a 3D game is increased by various factors of the game scenario, it has a problem for controlling the interrelation of the game objects. Therefore, a game system has a necessity of the coordination of the responses of the game objects. Also, it is necessary to control the behaviors of animations of the game objects in terms of the game scenario. To produce realistic game simulations, a system has to include a structure for designing the interactions among the game objects. This paper presents a method that designs the dynamic control mechanism for the interaction of the game objects in the game scenario. For the method, we suggest a game agent system as a framework that is based on intelligent agents who can make decisions using specific rules. Game agent systems are used in order to manage environment data, to simulate the game objects, to control interactions among game objects, and to support visual authoring interface that ran define a various interrelations of the game objects. These techniques can process the autonomy level of the game objects and the associated collision avoidance method, etc. Also, it is possible to make the coherent decision-making ability of the game objects about a change of the scene. In this paper, the rule-based behavior control was designed to guide the simulation of the game objects. The rules are pre-defined by the user using visual interface for designing their interaction. The Agent State Decision Network, which is composed of the visual elements, is able to pass the information and infers the current state of the game objects. All of such methods can monitor and check a variation of motion state between game objects in real time. Finally, we present a validation of the control method together with a simple case-study example. In this paper, we design and implement the supervised classification systems for high resolution satellite images. The systems support various interfaces and statistical data of training samples so that we can select the most effective training data. In addition, the efficient extension of new classification algorithms and satellite image formats are applied easily through the modularized systems. The classifiers are considered the characteristics of spectral bands from the selected training data. They provide various supervised classification algorithms which include Parallelepiped, Minimum distance, Mahalanobis distance, Maximum likelihood and Fuzzy theory. We used IKONOS images for the input and verified the systems for the classification of high resolution satellite images.

A Study on Teaching-Learning and Evaluation Methods of Environmental Studies in the Middle School (중학교 "환경" 교과의 교수.학습 및 평가 방법 연구)

  • 남상준
    • Hwankyungkyoyuk
    • /
    • v.7 no.1
    • /
    • pp.1-17
    • /
    • 1994
  • This study was performed to determine appropriate teaching-learning and evaluation methods for Environmental Studies. To promote the relevance of our study to the needs of the schools and concerned educational communities of environmental education, we reviewed related literature, conducted questionnaire surveys, interviewed related teachers and administrator, held meetings with experts, and field-tested our findings. For selecting and developing teaching-learning methods of Environmental Studies, findings of educational research in general are considered. moreover, principles of environmental education, general aim of environmental education, orientations of environmental education, and developmental stages of middle school students in educational psychology were attended. In addition, relevance to the purpose of the Environmental Studies curriculum, appropriateness for value inquiry as well as knowledge inquiry, small group centered class organization, social interaction centered teaching-learning process, regional environmental situation, significance of personal environment, evaluation methods of Environmental Studies, multi- and inter-disciplinary contents of the Environmental Studies textbook, suitability to the evaluation methods of Environmental Studies, and emphasis on the social interaction in teaching-learning process were regarded. It was learned the Environmental Studies can be taught most effectively in via of holding discussion sessions, conducting actual investigation, doing experiment-practice, doing games and plate, role-playing and carrying out simulation activities, and doing inquiry. These teaching-learning methods were field-tested and proved appropriate methods for the subject. For selecting and developing evaluation method of Environmental Studies, such principles and characteristics of Environmental Studies as objective domains stated in the Environmental Studies curriculum, diversity of teaching-learning organization, were appreciated. We categorized nine evaluation methods: the teacher may conduct questionnaire surveys, testings, interviews, non-participatory observations; they may evaluate student's experiment-practice performances, reports preparation ability, ability to establish a research project, the teacher may ask the students to conduct a self-evaluation, or reciprocal evaluation. To maximize the effect of these methods, we further developed an application system. It considered three variables, that is, evaluates, evaluation objectives domains, and evaluation agent, and showed how to choose the most appropriate methods and, when necessary, how to combine uses of different methods depending on these variables. A sample evaluation instrument made on the basis of this application system was developed and tested in the classes. The system proved effective. Pilot applications of the teaching-learning methods and evaluation method were made simultaneously; and the results and their implications are as follows. Discussion program was applied in a lesson dealing with the problems of waste disposal, in which students showed active participation and creative thinking. The evaluation method used in this lesson was a multiple-choice written test for knowledge and skills. It was shown that this evaluation method and device are effective in helping students' revision of the lesson and in stimulating their creative interpretations and responces. Pupils showed great interests in the actual investigation program, and this programme was proved to be effective in enhancing students' participation. However, it was also turned out that there must be pre-arranged plans for the objects, contents and procedures of survey if this program is to effective. In this lesson, non-participatory observation methods were used with a focus on the attitudes of students. A scaled reported in general description rather than in grade. Experiment-practice programme was adopted in a lesson for purifying contaminated water and in this lesson, instruction objectives were properly established, the teaching-learning process was clearly specified and students were highly motivated. On the other hand, however, it was difficult to control the class when some groups of students require more times to complete their experiment, and sometimes different results. As regards to evaluation, performance observation test were used for assessing skills and attitudes. If teachers use well-prepared Likert scale, evaluation of all groups within a reasonablely short period of time will be possible. The most effective and successful programme in therms of students' participation and enjoyment, was the 'ah-nah-bah-dah-market' program, which is kind of game of the flea market. For better organized program of this kind, however, are essential, In this program, students appraise their own attitudes and behavior by responding to a written questionnaire. In addition, students were asked to record any anecdotes relating to self-appraisal of changes on one's own attitudes and behaviours. Even after the lesson, students keep recording those changes on letters to herself. Role-playing and simulation game programme was applied to a case of 'NIMBY', in which students should decide where to located a refuse dumping ground. For this kind of programme to e successful, concepts and words used in the script should be appropriate for students' intellectual levels, and students should by adequately introduced into the objective and the procedures of the lessons. Written questionnaire was used to assess individual students' attitudes after the lesson, but in order to acquire information on the changes of students' attitudes and skills, pre-test may have to be made. Doing inquiry programme, in which advantages in which students actually investigated the environmental influence of the areas where school os located, had advantages in developing students' ability to study the environmental problems and to present the results of their studies. For this programme to be more efficient, areas of investigation should be clearly divided and alloted to each group so that repetition or overlap in areas of study and presentation be avoided, and complementary wok between groups bee enhanced. In this programme, teacher assessed students' knowledge and attitudes on the basis of reports prepared by each group. However, there were found some difficults in assessing students' attitudes and behaviours solely on the grounds of written report. Perhaps, using a scaled checklist assessing students' attitudes while their presentation could help to relieve the difficulties.

  • PDF