1 / 8

RTSCup Agent Memory: Simulation Control with Smart Memory

"Explore the structure and role of RTSCup Agent class responsible for controlling units during simulation, with Memory class storing agent's world view. Learn abstract methods like init() and act(), and auxiliary methods like move(), collect(), and deliver(). Understand ActPolicy and Memory's entity search methods."

renata
Download Presentation

RTSCup Agent Memory: Simulation Control with Smart Memory

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