1 / 8

RTSCup - Aula

RTSCup - Aula. Vicente Vieira Filho. RTSCup. Estrutura. Agent. Memory. RTSCup. Agent Classe responsável por controlar uma unidade durante a simulação. Memory Classe que armazena todas a visão do agente sobre o mundo. RTSCup. Agent Métodos abstratos void init()

renata
Download Presentation

RTSCup - Aula

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RTSCup - Aula Vicente Vieira Filho

  2. RTSCup • Estrutura Agent Memory

  3. RTSCup • Agent • Classe responsável por controlar uma unidade durante a simulação. • Memory • Classe que armazena todas a visão do agente sobre o mundo.

  4. RTSCup • Agent • Métodos abstratos • void init() • void senseChange(Entity newEntity) • void senseObject(Entity oldEntity, Entity newEntity) • void act() • Agent clone()

  5. RTSCup • Agent • Métodos auxiliares • final void move(...) • final void collect(...) • final void deliver(...) • ...

  6. RTSCup • Agent

  7. RTSCup • Agent • ActPolicy

  8. RTSCup • Memory • Possui métodos para realizar buscas por entidades no mundo.

More Related