Slashdot Mirror


Intelligent Agents And Robotic Telescopes

dpp writes "Astronomers working on the eSTAR Project have used software "Intelligent Agents" to control the United Kingdom Infrared Telescope and observe a dwarf nova. One of the astronomers says "The Agents can detect and respond to the rapidly changing universe faster than any human... [they] can be used to assist human observers, instead of replacing them entirely - augmenting their abilities to do science quicker, faster, and more reliably." Next up: getting results sent automatically to your 2.5G/3G mobile phone (with images!), and deploying on more telescopes including the Liverpool Telescope and the Faulkes Telescopes. The full story is at the Joint Astronomy Centre."

4 of 67 comments (clear)

  1. kepler by IAR80 · · Score: 2, Informative

    This sounds like a very good aplication for the Kepler mission in detecting extrasolar planets. http://www.kepler.arc.nasa.gov/

    --
    http://ebgp.net/ccc/
  2. Re:Talk about empty space... by aallan · · Score: 2, Informative

    There's more technical information about the system on the eSTAR project home page, including screenshots and more specific details about the software.

    ...and due to the slashdot effect we also have a mirror.

    Al.
    --
    The Daily ACK - Eclectic posts by yet another hacker
  3. UK astronomy... by WIAKywbfatw · · Score: 4, Informative

    It looks like the UK government is about to propose legislation that would combat light pollution. This would be great for all UK astronomers, especially those of us that live in urban areas.

    When I was an undergraduate at University College London, we had to trek up tok to the university's observatory at Mill Hill (as featured in the Omen movies), to do our Practical Astronomy classes and to use the telescopes. Previously though, although how far back in time I'm not certain, the classes were taught using two telescopes housed in domes in the university's front quad, which is practically in the middle of London.

    The difference in light pollution between the two sites is amazing. Making observations of Delta Cephi (as required for one assignment, to calculate it's period) was impossible from central London but acheivable even with the naked eye at Mill Hill. Even so, the light pollution there (Mill Hill being a part of London, albeit one that's a few miles out from the centre) was still appreciable.

    It would be nice to see the stars from London again, to be able to pick out more than just a few constellations. However, I don't expect the situation to improve any time soon, if at all. I have a sneaky suspicion that the legislation will be more concerned about people who leave their garden lights shining brightly into their neighbours properties than anything else.

    --

    "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
  4. Intelligent agents by James1980 · · Score: 3, Informative

    Some of the below has been hacked from my thesis, so please excuse the lack of references (the citation have been deleted).

    When AI research began to consider the possibilities of distributed applications, the field of distributed AI (DAI) emerged. Within this field, there are three general areas: Distributed Problem Solving (DPS), Multi-Agent Systems (MAS) and Parallel AI. Agents in DPS are low-grain, often sharing common resources. Agents in a MAS are large-grain, having autonomy and heterogeneity and are typically based the psychology-based Belief-Desire-Intention (BDI) model. Although the BDI model is considered a robust and flexible way of describing the internal state of intelligent agents, it is complicated and difficult to implement. This gap between BDI theory and practice means that the model has to be extended for the development of practical goal directed agents. Furthermore, there is no general architecture in MAS research. Consequently, MAS are complex to construct and are usually built for a specific purpose. They are heterogeneous, that is, an agent from one MAS is inherently incompatible with another MAS. The field of Cooperating Knowledge-Based Systems (CKBS) provides a general architecture for the development of real-world systems (for example, where database are heavily used), and inherit the benefits of DAI: modularity, parallelism and reliability (due to redundancy).

    There have been various definitions of an agent and agent-based systems. Norvig defined agents as intelligent entities that can be "viewed as perceiving its environment through sensors and acting upon its environment through effectors" Others view agents from a more practical perspective, as software engineering solutions to complex problems. The Oxford Dictionary of Computing defined an agent as 'an autonomous system that receives information from it's environment, processes it, and performs actions on that environment. Agents may have different degrees of intelligence or rationality, and may be software, hardware, or both.' The point has been made that, under the banner of 'agents', the research is truely heterogeneous.

    Four important characteristics of a MAS were identified by Sycara and these may be applied to the pragmatic CKBS perspective:
    - Each agent has incomplete information or capabilities for solving the problem and, thus, has a limited viewpoint.
    - There is no system global control.
    - Data are decentralised.
    - Computation is asynchronous.

    The InfoSleuth project stated that the use of agents provides a 'high degree of decentralisation of capabilities which is the key to system scalability and extensibility.' This is due to fewer resource limitations, fewer communication bottlenecks and the absence of a single point of failure. Furthermore, modules may be added easily, so the system is more scalable and there may be more than one agents able to perform a task; this redundancy begets reliability.

    Agents have been used in a wide variety of scenarios: manufacturing, telecommunications, air traffic control, information gathering. There are increasingly more companies involved in non-research agent activities, for example http://www.lostwax.com/.