| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.analyzer | |
| cz.cuni.amis.pogamut.ut2004.analyzer.stats | |
| cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent | |
| cz.cuni.amis.pogamut.ut2004.observer.impl | |
| cz.cuni.amis.pogamut.ut2004.utils |
Utility classes connected to the Unreal Engine.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IUT2004AnalyzerObserver
Analyzer's observer is an agent that observes some bot inside the environment collecting
interesting information about him.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004AnalyzerObserver
Base class implementing
IUT2004AnalyzerObserver, does not add that much functionality, except
starting the observation for desired agent and abide watching out for GameRestarted so you
have easy work to restart the observation data collection (and to abide UT2004AnalyzerObserverParameters.isWaitForMatchRestart()). |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004AnalyzerObsStats
Observer that provides logging of bot's health, number of deaths, traveled distance and bot's location, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004ObserverFactory<SERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters>
Guice-based
IUT2004Observer factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUT2004Observer<WORLD_VIEW extends IVisionWorldView,ACT extends IAct>
Abstract class - ancestor of all UT2004 observer controls.
|
class |
UT2004Observer |
| Modifier and Type | Class and Description |
|---|---|
class |
UT2004ObserverRunner<OBSERVER extends IUT2004Observer,PARAMS extends UT2004AgentParameters>
Class used for creating, connecting and starting observers with default settings that are taken from the properties.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.