US20040133354A1 - Two mode creature simulation - Google Patents

Two mode creature simulation Download PDF

Info

Publication number
US20040133354A1
US20040133354A1 US10/672,851 US67285103A US2004133354A1 US 20040133354 A1 US20040133354 A1 US 20040133354A1 US 67285103 A US67285103 A US 67285103A US 2004133354 A1 US2004133354 A1 US 2004133354A1
Authority
US
United States
Prior art keywords
creature
mode
creatures
simulation
simulate
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/672,851
Inventor
Colin Low
David Cliff
Rycharde Hawkes
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hewlett Packard Development Co LP
Original Assignee
Hewlett Packard Development Co LP
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hewlett Packard Development Co LP filed Critical Hewlett Packard Development Co LP
Assigned to HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. reassignment HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEWLETT-PACKARD LIMITED
Publication of US20040133354A1 publication Critical patent/US20040133354A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life

Definitions

  • the present invention relates to a method and a device suitable for simulating the activities of a plurality of creatures.
  • An animat is an artificial creature which exhibits an active and purposeful behaviour in an environment which presents it with problems—obstacles, navigation, hazards, goals.
  • Animats are often inspired by biological organisms, which are observed to solve complex problems in real physical environments. Indeed, animats may be designed to be as close as possible to the original biological organisms, so as to model the potential behaviour and/or evolution of such organisms.
  • the present invention provides a method of simulating the activities of a plurality of creatures, the method comprising utilising at least two modes of simulation:
  • a second mode arranged to simulate the activity of at least one of said creatures at a more detailed level than said first mode.
  • said second mode of simulation is utilised when it is detected that one or more of said creatures simulated by said first mode is undergoing a change in environment, the second mode being utilised to simulate the activity of the creatures undergoing the change in environment.
  • said change in environment comprises a creature undergoing at least one of: fighting; mating; eating; interacting with another creature; reproducing; sensing another creature; encountering another creature; moving to a new terrain type; altering the environment.
  • the second mode is invoked at the start of the simulation so as to determine the starting parameters of each creature.
  • said second mode is utilised to determine at least one parameter affecting the activity of the simulated creature, said parameter being subsequently utilised by the first mode of simulation.
  • At least one parameter relating to said creature simulated by the second mode is stored for use by a later iteration of the second mode.
  • the above parameters comprise at least one of creature mass; creature energy; creature strength; creature behaviour transition probabilities; creature biochemical levels; creature movement parameters; creature speed; creature rate of turn.
  • the present invention provides a computer program arranged to perform the method as described above.
  • the present invention provides a recordable medium comprising a computer program.
  • the present invention provides a simulator device arranged to simulate the activities of a plurality of creatures, the device being arranged to utilise at least two modes of simulation:
  • a second mode arranged to simulate the activity of at least one said creatures at a more detailed level than said first mode.
  • FIG. 1 shows a flow chart indicating a simulation technique in accordance with an embodiment of the present invention.
  • the preferred embodiment utilises a large scale low fidelity simulation (Lo-Fi Sim) arranged to simulate the activities of a large number of animats.
  • Lo-Fi Sim is typically used to simulate at least 10,000 animats, but could for instance be utilised to simulate even larger numbers e.g. 100,000, 1,000,000, 10,000,000 animats or greater.
  • the Lo-Fi Sim (shown in FIG. 1 as step 100 ) is arranged to provide a simulation utilising good approximations of the macroscopic behaviour of an animat.
  • the Lo-Fi Sim has programmatic access to a simulation capable of modelling a small number of animats in greater detail, using all relevant physical details in a high fidelity simulation (the Hi-Fi Sim, 120 ).
  • the Lo-Fi Sim ( 100 ), utilising the macroscopic parameters is adequate at describing the animat during most of the simulation. However, when the animat encounters a change in its environment ( 110 ) that can not be adequately modelled using the Lo-Fi Sim then the Hi-Fi Sim ( 120 ) is used to determine the performance of the animat in the new environment. The Hi-Fi Sim can then pass the results (e.g. the new parameters, or new values of previous parameters) back to the Lo-Fi Sim.
  • the Hi-Fi Sim operating as a slave program of the Lo-Fi Sim can measure the performance of an animat under various conditions that need to be tested (such as a change in terrain type), and return a test report to the Lo-Fi Sim.
  • the Lo-Fi Sim will then utilise the results of the test report in the form of macroscopic parameters to provide an efficient simulation of the large number of creatures.
  • the Hi-Fi-Sim is utilised to determine the speed of an animat when it reaches a new particular type of terrain by accurately modelling the movements of the individual limbs of the animat over the terrain to determine an average speed. This average speed is then be passed back to the Lo-Fi Sim.
  • An approximation used in the Lo-Fi Sim is that the animats travel in straight lines between significant changes in sensory inputs or over environment terrain types.
  • the Lo-Fi Sim requires information on the speed of a particular animat on a particular terrain type. This information is determined by placing the animat in a portion of the Hi-Fi Sim (the “Test Engine”) that tests the animat under conditions relevant to the Lo-Fi Sim.
  • the Test Engine tests a particular animat for the following attributes:
  • Rate of turn of creature e.g. in radians per second
  • two animats may meet and interact (e.g. fight or mate) in a way that could only be modelled in the Hi-Fl Sim.
  • the Hi-Fi Sim would thus be invoked programmatically by the Lo-Fi Sim to carry out a detailed simulation of such an encounter (using a portion of the Hi-Fi Sim called the “Encounter Engine”) and the animats may then be retested by the Test Engine if the encounter is likely to have caused a change that will influence the speed of the animat (e.g. it is “hurt” or low on energy, and thus unable to travel so quickly).
  • the Lo-Fi Sim continues to use the best available approximation to the animat's behaviour, invoking the Hi-Fi Sim when necessary to preserve validity in the overall simulation.
  • the Hi-Fi Sim is arranged to use computationally expensive techniques for modelling of aspects such as behaviour selections, sensing and interaction with the environment and other animats, and uses a full, 3-D rigid-body physics simulation.
  • the Lo-Fi Sim is arranged to use only a 2-D (or 2.5D) physics simulation.
  • an animat may consist of a number of body parts, each body part having an associated energy level, mass and strength.
  • the total energy, mass or strength of the animat may change whilst in the Lo-Fi Sim.
  • the appropriately rescaled parameters for each body part can be calculated by utilising the total energy, total mass, total strength values from the Lo-Fi Sim and the recorded distribution of the proportion of such energies, mass and strength within each body part to accurately determine the new values of energy, mass and strength for each individual body part.
  • the Hi-Fi Sim will be invoked to determine macroscopic parameters for all animats, either by detailed modelling of each animat, or detailed modelling of each type of animat.
  • any artificial autonomous agent including representations of: animals (known or imagined), vehicles (known or imagined), or robots (known or imagined) could be used in a simulation in accordance with alternative embodiments of the present invention.
  • agents or creatures
  • Such agents can be arranged to interact with a simulated environment that may be based on a real-world environment.

Abstract

A technique for simulating the activities of a large number of creatures is described. The technique utilises two modes of simulation. The first mode of simulation is arranged to simulate the activities of all of the creatures. The second mode of simulation is arranged to simulate the activities of a few of the creatures, at a more detailed level than the first mode. The second mode is utilised by the first mode to determine new parameters of individual creatures when the creatures undergo a change in environment.

Description

    FIELD OF THE INVENTION
  • The present invention relates to a method and a device suitable for simulating the activities of a plurality of creatures. [0001]
  • BACKGROUND OF THE INVENTION
  • One of the problems with studying life sciences is that changes in ecosystems and the evolution of life forms takes place over long periods of time. Consequently, life processes have been simulated in a variety of formats, thus allowing the study of the interaction of creatures and the emerging population patterns. [0002]
  • An animat is an artificial creature which exhibits an active and purposeful behaviour in an environment which presents it with problems—obstacles, navigation, hazards, goals. Animats are often inspired by biological organisms, which are observed to solve complex problems in real physical environments. Indeed, animats may be designed to be as close as possible to the original biological organisms, so as to model the potential behaviour and/or evolution of such organisms. [0003]
  • Although it is possible to build physical robots to study problems of this nature, there is a strong incentive to simulate both animat and environment together using computational models of (for example) sensors, actuators, neural networks and the Newton-Euler laws of rigid body dynamics. Computational models permit the creation of large populations of simulated animats so that evolutionary situations can be studied. Use of physical robots to simulate large populations is impractical, as the robots will suffer from wear and tear, break downs, and require significant capital and support costs. Simulations of this type are also becoming increasingly popular in entertainment applications. [0004]
  • Experience with such simulated animats in an environment with realistic simulated physics shows that a modern computer (for instance, a 1 GHz Pentium computer) can simulate only a few (i.e. less than 10) animats in real time. A generic example of a simulation that uses “realistic simulated physics” is the 1994 work of Karl Simms, for instance as published in pages 28-39, “Evolving 3D morphology and behaviour by competition”, in the book “Artificial Life IV” edited by Rod Brooks and Pattie Maes, published by M.I.T. Press. For evolutionary simulations, it is desirable that populations of thousands are simulated at speeds of 10 to 100 times real time. It will thus be appreciated that the computational resource available on a typical desktop PC is inadequate by a significant factor (e.g. a factor of around 10[0005] 5-106) to allow such a simulation.
  • Whilst it will be appreciated that the power of computers is continually increasing, it will also be appreciated that simulations tend to increase in complexity over time, so as to allow more accurate simulations of real world situations e.g. so as to provide complex animats with the intelligence to solve real-world problems. [0006]
  • It is an aim of the present invention to provide a simulation technique that allows efficient usage of the available computational power, regardless of the processing power of the computer. [0007]
  • STATEMENT OF THE INVENTION
  • In a first aspect, the present invention provides a method of simulating the activities of a plurality of creatures, the method comprising utilising at least two modes of simulation: [0008]
  • a first mode arranged to simulate the activities of all of said creatures; and [0009]
  • a second mode arranged to simulate the activity of at least one of said creatures at a more detailed level than said first mode. [0010]
  • Preferably, said second mode of simulation is utilised when it is detected that one or more of said creatures simulated by said first mode is undergoing a change in environment, the second mode being utilised to simulate the activity of the creatures undergoing the change in environment. [0011]
  • Preferably, said change in environment comprises a creature undergoing at least one of: fighting; mating; eating; interacting with another creature; reproducing; sensing another creature; encountering another creature; moving to a new terrain type; altering the environment. [0012]
  • Preferably, the second mode is invoked at the start of the simulation so as to determine the starting parameters of each creature. [0013]
  • Preferably, said second mode is utilised to determine at least one parameter affecting the activity of the simulated creature, said parameter being subsequently utilised by the first mode of simulation. [0014]
  • Preferably, when the method changes from utilising the second mode to the first mode, at least one parameter relating to said creature simulated by the second mode is stored for use by a later iteration of the second mode. [0015]
  • Preferably, the above parameters comprise at least one of creature mass; creature energy; creature strength; creature behaviour transition probabilities; creature biochemical levels; creature movement parameters; creature speed; creature rate of turn. [0016]
  • In a further aspect, the present invention provides a computer program arranged to perform the method as described above. [0017]
  • In another aspect, the present invention provides a recordable medium comprising a computer program. [0018]
  • In a further aspect, the present invention provides a simulator device arranged to simulate the activities of a plurality of creatures, the device being arranged to utilise at least two modes of simulation: [0019]
  • a first mode arranged to simulate the activities of all of said creatures; and [0020]
  • a second mode arranged to simulate the activity of at least one said creatures at a more detailed level than said first mode. [0021]
  • BRIEF DESCRIPTION OF THE DRAWING
  • For a better understanding of the invention, and to show how embodiments of the same may be carried into effect, reference will now be made, by way of example, to the accompanying diagrammatic drawing in which: [0022]
  • FIG. 1 shows a flow chart indicating a simulation technique in accordance with an embodiment of the present invention.[0023]
  • DETAILED DESCRIPTION OF PREFERRED EMBODIMENT
  • The preferred embodiment utilises a large scale low fidelity simulation (Lo-Fi Sim) arranged to simulate the activities of a large number of animats. Such a Lo-Fi Sim is typically used to simulate at least 10,000 animats, but could for instance be utilised to simulate even larger numbers e.g. 100,000, 1,000,000, 10,000,000 animats or greater. [0024]
  • The Lo-Fi Sim (shown in FIG. 1 as step [0025] 100) is arranged to provide a simulation utilising good approximations of the macroscopic behaviour of an animat.
  • The Lo-Fi Sim has programmatic access to a simulation capable of modelling a small number of animats in greater detail, using all relevant physical details in a high fidelity simulation (the Hi-Fi Sim, [0026] 120).
  • The Lo-Fi Sim ([0027] 100), utilising the macroscopic parameters is adequate at describing the animat during most of the simulation. However, when the animat encounters a change in its environment (110) that can not be adequately modelled using the Lo-Fi Sim then the Hi-Fi Sim (120) is used to determine the performance of the animat in the new environment. The Hi-Fi Sim can then pass the results (e.g. the new parameters, or new values of previous parameters) back to the Lo-Fi Sim.
  • Thus the Hi-Fi Sim, operating as a slave program of the Lo-Fi Sim can measure the performance of an animat under various conditions that need to be tested (such as a change in terrain type), and return a test report to the Lo-Fi Sim. The Lo-Fi Sim will then utilise the results of the test report in the form of macroscopic parameters to provide an efficient simulation of the large number of creatures. [0028]
  • In the preferred embodiment, the Hi-Fi-Sim is utilised to determine the speed of an animat when it reaches a new particular type of terrain by accurately modelling the movements of the individual limbs of the animat over the terrain to determine an average speed. This average speed is then be passed back to the Lo-Fi Sim. [0029]
  • An approximation used in the Lo-Fi Sim is that the animats travel in straight lines between significant changes in sensory inputs or over environment terrain types. The Lo-Fi Sim requires information on the speed of a particular animat on a particular terrain type. This information is determined by placing the animat in a portion of the Hi-Fi Sim (the “Test Engine”) that tests the animat under conditions relevant to the Lo-Fi Sim. [0030]
  • For example, the Test Engine tests a particular animat for the following attributes: [0031]
  • Straight line speed on terrain type A (e.g. smooth) [0032]
  • Straight line speed on terrain type B (e.g. rough) [0033]
  • Straight line speed on terrain type C (e.g. creature ascending slope of 10°) [0034]
  • Straight line speed on terrain type D (e.g. creature descending slope of 10°) [0035]
  • Straight line speed on terrain type E (e.g. creature traversing 10° slope) [0036]
  • Rate of turn of creature (e.g. in radians per second) [0037]
  • Respective energy consumption rate required on terrain types A, B, C, D and E. [0038]
  • Thus, by only invoking the more detailed Hi-Fi Sim when required, and otherwise the less computationally intensive Lo-Fi Sim to otherwise model the activities of the animats, it will be appreciated that efficient use is made of the available computational resource. This enables large populations of animats (or other creatures) to be modelled to a fair degree of accuracy on a relatively low power computer. [0039]
  • Whilst the above embodiment has been described in terms of animats, it will be appreciated that the technique could be performed upon a simulation of any creature, artificial or otherwise. The artificial creature could be based upon a real creature or person. [0040]
  • Equally, whilst the above embodiment has provided the example of the change in environment being a change in terrain, it will be appreciated that other changes in the environment could lead to the Hi-Fi Sim being invoked. [0041]
  • For example, two animats may meet and interact (e.g. fight or mate) in a way that could only be modelled in the Hi-Fl Sim. The Hi-Fi Sim would thus be invoked programmatically by the Lo-Fi Sim to carry out a detailed simulation of such an encounter (using a portion of the Hi-Fi Sim called the “Encounter Engine”) and the animats may then be retested by the Test Engine if the encounter is likely to have caused a change that will influence the speed of the animat (e.g. it is “hurt” or low on energy, and thus unable to travel so quickly). In this way the Lo-Fi Sim continues to use the best available approximation to the animat's behaviour, invoking the Hi-Fi Sim when necessary to preserve validity in the overall simulation. [0042]
  • Preferably, the Hi-Fi Sim is arranged to use computationally expensive techniques for modelling of aspects such as behaviour selections, sensing and interaction with the environment and other animats, and uses a full, 3-D rigid-body physics simulation. The Lo-Fi Sim is arranged to use only a 2-D (or 2.5D) physics simulation. [0043]
  • It will be appreciated that whilst the preferred embodiment has described the simulation in terms of two separate modes (a Lo-Fi Sim and a Hi-Fi Sim), equally the invention could be implemented utilising one or more modes that macroscopically simulate the animats activities (i.e. one or more Lo-Fi Sims, each Sim providing a relatively coarse level of simulation) in conjunction with one or more detailed simulation modes (e.g. a separate Test Engine, a separate Encounter Engine etc, each mode being directed to simulating a different change in the environment of one or more animats). [0044]
  • It will be appreciated that, as the Lo-Fi Sim uses a relatively coarse level of simulation, then when the test report from the Hi-Fi Sim is passed to the Lo-Fi Sim detailed information about the animat activities and the animat simulated in the Hi-Fi Sim could be lost. For consistency when performing Hi-Fi Simulations, this is undesirable. [0045]
  • Preferably, when an animat is transferred from the Hi-Fi Sim to the Lo-Fi Sim, information is extracted from the Hi-Fi Sim that is used directly within the Lo-Fi Sim. [0046]
  • Secondly, detailed information about the animat is stored, so that the next time the particular animat (or type of animat) is modelled by the Hi-Fi Sim, such information can be recalled and utilised so as to provide the best possible simulation of the animat. [0047]
  • For instance, an animat may consist of a number of body parts, each body part having an associated energy level, mass and strength. [0048]
  • Information on the sum of each of these parameters might be utilised within the Lo-Fi Simulation i.e. the total energy stored within the animat, the total mass of the animat and the total strength stored within the animat. However, within the Hi-Fi Sim, each of the respective body parts is simulated, and consequently each parameter has to be known with respect to each body part i.e. the energy level, the individual mass, and the individual strength of each body part of the animat. [0049]
  • In order to preserve such information when exiting the Hi-Fi Sim, as only the totals of these parameters is passed to the Lo-Fi Sim, then information on the distribution of energy, mass and strength across each body part is stored ready for the next time the animat enters the Hi-Fi Sim. [0050]
  • The total energy, mass or strength of the animat may change whilst in the Lo-Fi Sim. Thus, when the animat next enters the Hi-Fi Sim, the appropriately rescaled parameters for each body part can be calculated by utilising the total energy, total mass, total strength values from the Lo-Fi Sim and the recorded distribution of the proportion of such energies, mass and strength within each body part to accurately determine the new values of energy, mass and strength for each individual body part. [0051]
  • In normal operation, as part of the initialisation process of the simulation, the Hi-Fi Sim will be invoked to determine macroscopic parameters for all animats, either by detailed modelling of each animat, or detailed modelling of each type of animat. [0052]
  • Whilst the above embodiment has been described with reference to an animat, it will be appreciated any artificial autonomous agent including representations of: animals (known or imagined), vehicles (known or imagined), or robots (known or imagined) could be used in a simulation in accordance with alternative embodiments of the present invention. Such agents (or creatures) can be arranged to interact with a simulated environment that may be based on a real-world environment. [0053]
  • The reader's attention is directed to all papers and documents which are filed concurrently with or previous to this specification in connection with this application and which are open to public inspection with this specification, and the contents of all such papers and documents are incorporated herein by reference. [0054]
  • All of the features disclosed in this specification (including any accompanying claims, abstract and drawings), and/or all of the steps of any method or process so disclosed, may be combined in any combination, except combinations where at least some of such features and/or steps are mutually exclusive. [0055]
  • Each feature disclosed in this specification (including any accompanying claims, abstract and drawings), may be replaced by alternative features serving the same, equivalent or similar purpose, unless expressly stated otherwise. Thus, unless expressly stated otherwise, each feature disclosed is one example only of a generic series of equivalent or similar features. [0056]
  • The invention is not restricted to the details of the foregoing embodiment(s). The invention extends to any novel one, or any novel combination, of the features disclosed in this specification (including any accompanying claims, abstract and drawings), or to any novel one, or any novel combination, of the steps of any method or process so disclosed. [0057]

Claims (11)

1. A method of simulating the activities of a plurality of creatures, the method comprising utilising at least two modes of simulation:
a first mode arranged to simulate the activities of all of said creatures; and
a second mode arranged to simulate the activity of at least one of said creatures at a more detailed level than said first mode.
2. A method as claimed in claim 1, wherein said second mode of simulation is utilised when it is detected that one or more of said creatures simulated by said first mode is undergoing a change in environment, the second mode being utilised to simulate the activity of the creatures undergoing the change in environment.
3. A method as claimed in claim 2, wherein said change in environment comprises a creature undergoing at least one of: fighting; mating; eating; interacting with another creature; reproducing; sensing another creature;
encountering another creature; moving to a new terrain type; altering the environment.
4. A method as claimed in claim 1, wherein the second mode is invoked at the start of the simulation so as to determine the starting parameters of each creature.
5. A method as claimed in claim 1, wherein said second mode is utilised to determine at least one parameter affecting the activity of the simulated creature, said parameter being subsequently utilised by the first mode of simulation.
6. A method as claimed in claim 1, wherein when the method changes from utilising the second mode to the first mode, at least one parameter relating to said creature simulated by the second mode is stored for use by a later iteration of the second mode.
7. A method as claimed in claim 4, wherein said parameter comprises at least one of creature mass; creature energy; creature strength; creature behaviour transition probabilities; creature biochemical levels; creature movement parameters; creature speed; creature rate of turn.
8. A method as claimed in claim 5, wherein said parameter comprises at least one of creature mass; creature energy; creature strength; creature behaviour transition probabilities; creature biochemical levels; creature movement parameters; creature speed; creature rate of turn.
9. A method as claimed in claim 6, wherein said parameter comprises at least one of creature mass; creature energy; creature strength; creature behaviour transition probabilities; creature biochemical levels; creature movement parameters; creature speed; creature rate of turn.
10. A recordable medium having recorded thereon computer readable code, wherein the computer readable code is adapted to simulate the activities of a plurality of creatures by utilising at least two modes of simulation, a first mode arranged to simulate the activities of all of said creatures, and a second mode arranged to simulate the activity of at least one of said creatures at a more detailed level than said first mode.
11. A simulator device arranged to simulate the activities of a plurality of creatures, the device being arranged to utilise at least two modes of simulation:
a first mode arranged to simulate the activities of all of said creatures; and
a second mode arranged to simulate the activity of at least one said creatures at a more detailed level than said first mode.
US10/672,851 2002-10-01 2003-09-26 Two mode creature simulation Abandoned US20040133354A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0222697A GB2393803A (en) 2002-10-01 2002-10-01 Two mode creature simulaton
GB0222697.5 2002-10-01

Publications (1)

Publication Number Publication Date
US20040133354A1 true US20040133354A1 (en) 2004-07-08

Family

ID=9945054

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/672,851 Abandoned US20040133354A1 (en) 2002-10-01 2003-09-26 Two mode creature simulation

Country Status (3)

Country Link
US (1) US20040133354A1 (en)
JP (1) JP2004157990A (en)
GB (1) GB2393803A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070178980A1 (en) * 2005-11-04 2007-08-02 Mark Hardin Virtual character video toy with movable display
US20080026672A1 (en) * 2006-05-04 2008-01-31 Mark Hardin Electronic toy with alterable features
US20080081694A1 (en) * 2006-09-28 2008-04-03 Brian Hong Interactive toy and display system
US20080113586A1 (en) * 2006-10-02 2008-05-15 Mark Hardin Electronic playset
US8062089B2 (en) 2006-10-02 2011-11-22 Mattel, Inc. Electronic playset
US20160241619A1 (en) * 2015-02-18 2016-08-18 Viasat, Inc. In-transport multi-channel media delivery
RU2764873C1 (en) * 2020-12-01 2022-01-21 Акционерное общество "Концерн "Созвездие" Method for detecting abnormalities in information and communication systems

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5467739A (en) * 1994-08-25 1995-11-21 Boschert; Jeff D. Apparatus for simulating a tide pool in an aquarium
US6213871B1 (en) * 1997-02-19 2001-04-10 Kabushiki Kaisha Bandai Nurturing simulation apparatus for virtual creatures
US20010053991A1 (en) * 2000-03-08 2001-12-20 Bonabeau Eric W. Methods and systems for generating business models
US20020090985A1 (en) * 2000-09-07 2002-07-11 Ilan Tochner Coexistent interaction between a virtual character and the real world
US6446055B1 (en) * 1996-11-05 2002-09-03 Stephen L. Grand Process control
US6563503B1 (en) * 1999-05-07 2003-05-13 Nintendo Co., Ltd. Object modeling for computer simulation and animation
US6667593B2 (en) * 1999-01-20 2003-12-23 Sony Corporation Robot apparatus
US6714202B2 (en) * 1999-12-02 2004-03-30 Canon Kabushiki Kaisha Method for encoding animation in an image file
US6729884B1 (en) * 2001-11-13 2004-05-04 Metavante Corporation E-Critter game for teaching personal values and financial responsibility to a child
US6749432B2 (en) * 1999-10-20 2004-06-15 Impulse Technology Ltd Education system challenging a subject's physiologic and kinesthetic systems to synergistically enhance cognitive function
US6749508B2 (en) * 2000-11-02 2004-06-15 Konami Corporation Display method and apparatus for displaying probability controlled orders of dynamic movements
US6910186B2 (en) * 2000-12-08 2005-06-21 Kyunam Kim Graphic chatting with organizational avatars
US6951516B1 (en) * 2001-08-21 2005-10-04 Nintendo Co., Ltd. Method and apparatus for multi-user communications using discrete video game platforms
US7061493B1 (en) * 1999-04-07 2006-06-13 Fuji Xerox Co., Ltd. System for designing and rendering personalities for autonomous synthetic characters
US7104884B2 (en) * 1997-02-19 2006-09-12 Kabushiki Kaisha Bandai Breeding simulation apparatus for virtual creatures
US7233988B2 (en) * 1999-11-30 2007-06-19 Sharp Kabushiki Kaisha Data communication device and method of processing transmitted data
US7437684B2 (en) * 2003-04-28 2008-10-14 Snecma Graphical interface system for manipulating a virtual dummy

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5467739A (en) * 1994-08-25 1995-11-21 Boschert; Jeff D. Apparatus for simulating a tide pool in an aquarium
US6446055B1 (en) * 1996-11-05 2002-09-03 Stephen L. Grand Process control
US7104884B2 (en) * 1997-02-19 2006-09-12 Kabushiki Kaisha Bandai Breeding simulation apparatus for virtual creatures
US6213871B1 (en) * 1997-02-19 2001-04-10 Kabushiki Kaisha Bandai Nurturing simulation apparatus for virtual creatures
US6667593B2 (en) * 1999-01-20 2003-12-23 Sony Corporation Robot apparatus
US7061493B1 (en) * 1999-04-07 2006-06-13 Fuji Xerox Co., Ltd. System for designing and rendering personalities for autonomous synthetic characters
US6563503B1 (en) * 1999-05-07 2003-05-13 Nintendo Co., Ltd. Object modeling for computer simulation and animation
US6749432B2 (en) * 1999-10-20 2004-06-15 Impulse Technology Ltd Education system challenging a subject's physiologic and kinesthetic systems to synergistically enhance cognitive function
US7233988B2 (en) * 1999-11-30 2007-06-19 Sharp Kabushiki Kaisha Data communication device and method of processing transmitted data
US6714202B2 (en) * 1999-12-02 2004-03-30 Canon Kabushiki Kaisha Method for encoding animation in an image file
US20010053991A1 (en) * 2000-03-08 2001-12-20 Bonabeau Eric W. Methods and systems for generating business models
US20020090985A1 (en) * 2000-09-07 2002-07-11 Ilan Tochner Coexistent interaction between a virtual character and the real world
US6749508B2 (en) * 2000-11-02 2004-06-15 Konami Corporation Display method and apparatus for displaying probability controlled orders of dynamic movements
US6910186B2 (en) * 2000-12-08 2005-06-21 Kyunam Kim Graphic chatting with organizational avatars
US6951516B1 (en) * 2001-08-21 2005-10-04 Nintendo Co., Ltd. Method and apparatus for multi-user communications using discrete video game platforms
US6729884B1 (en) * 2001-11-13 2004-05-04 Metavante Corporation E-Critter game for teaching personal values and financial responsibility to a child
US7437684B2 (en) * 2003-04-28 2008-10-14 Snecma Graphical interface system for manipulating a virtual dummy

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8267737B2 (en) 2005-11-04 2012-09-18 Mattel, Inc. Virtual character video toy with movable display
US8007339B2 (en) 2005-11-04 2011-08-30 Mattel, Inc. Virtual character video toy with movable display
US20070178980A1 (en) * 2005-11-04 2007-08-02 Mark Hardin Virtual character video toy with movable display
US20080026672A1 (en) * 2006-05-04 2008-01-31 Mark Hardin Electronic toy with alterable features
US7607962B2 (en) 2006-05-04 2009-10-27 Mattel, Inc. Electronic toy with alterable features
US20080081694A1 (en) * 2006-09-28 2008-04-03 Brian Hong Interactive toy and display system
US8287372B2 (en) 2006-09-28 2012-10-16 Mattel, Inc. Interactive toy and display system
US8062089B2 (en) 2006-10-02 2011-11-22 Mattel, Inc. Electronic playset
US20080113586A1 (en) * 2006-10-02 2008-05-15 Mark Hardin Electronic playset
US8292689B2 (en) 2006-10-02 2012-10-23 Mattel, Inc. Electronic playset
US20160241619A1 (en) * 2015-02-18 2016-08-18 Viasat, Inc. In-transport multi-channel media delivery
US9716735B2 (en) * 2015-02-18 2017-07-25 Viasat, Inc. In-transport multi-channel media delivery
US10721498B2 (en) 2015-02-18 2020-07-21 Viasat, Inc. In-transport multi-channel media delivery
US11303937B2 (en) 2015-02-18 2022-04-12 Viasat, Inc. In-transport multi-channel media delivery
RU2764873C1 (en) * 2020-12-01 2022-01-21 Акционерное общество "Концерн "Созвездие" Method for detecting abnormalities in information and communication systems

Also Published As

Publication number Publication date
GB2393803A (en) 2004-04-07
GB0222697D0 (en) 2002-11-06
JP2004157990A (en) 2004-06-03

Similar Documents

Publication Publication Date Title
Streicher et al. Personalized and adaptive serious games
CN106503787B (en) A kind of method and electronic equipment obtaining game data
Chandrasekharan et al. Computational modeling: Is this the end of thought experiments in science?
CN108256488A (en) A kind of radar target identification method based on micro-Doppler feature extraction and deep learning
CN112116090B (en) Neural network structure searching method and device, computer equipment and storage medium
JP2008533615A (en) Neural network development and data analysis tools
Le Page et al. Models for sharing representations
CN114694448B (en) Concentration training method and device, intelligent terminal and storage medium
Tang et al. Simulation and Computational Red Teaming for Problem Solving
US20040133354A1 (en) Two mode creature simulation
Sanaullah et al. SNNs model analyzing and visualizing experimentation using RAVSim
Ludwig et al. Developing an adaptive opponent for tactical training
US7734454B2 (en) Simulation at two different levels of complexity
Lloyd-Kelly et al. The effects of bounding rationality on the performance and learning of CHREST agents in Tileworld
Vohra et al. Evaluating the efficacy of different neural network deep reinforcement algorithms in complex search-and-retrieve virtual simulations
Hall et al. The use of simulation techniques for expert system test and evaluation
Bonneau Reinforcement learning for 5G handover
Dandurand et al. Learning by imitation, reinforcement and verbal rules in problem solving tasks
US20220163478A1 (en) Apparatus, methods and computer programs for determining electrical output signals for biological samples
CN109635942A (en) A kind of imitative brain excitement state and aepression working condition nerve network circuit structure and method
Ismail et al. Self-motivated learning of achievement and maintenance tasks for non-player characters in computer games
JP2019219756A (en) Control device, control method, program, and information recording medium
EP3082079A1 (en) Method and system for identifying naval configurations through evaluation of operational and design parameters
CN113239634B (en) Simulator modeling method based on robust simulation learning
Tormos et al. Policy graphs in action: explaining single-and multi-agent behaviour using predicates

Legal Events

Date Code Title Description
AS Assignment

Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD LIMITED;REEL/FRAME:015080/0250

Effective date: 20040304

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION