- facing - Variable in class ontology.avatar.oriented.CarAvatar
-
- facing_dir - Variable in class ontology.avatar.oriented.WizardAvatar
-
- FACTORY - Static variable in class tools.com.google.gson.internal.bind.ArrayTypeAdapter
-
- FACTORY - Static variable in class tools.com.google.gson.internal.bind.DateTypeAdapter
-
- FACTORY - Static variable in class tools.com.google.gson.internal.bind.ObjectTypeAdapter
-
- FACTORY - Static variable in class tools.com.google.gson.internal.bind.SqlDateTypeAdapter
-
- FACTORY - Static variable in class tools.com.google.gson.internal.bind.TimeTypeAdapter
-
- FieldAttributes - Class in tools.com.google.gson
-
A data object that stores attributes of a field.
- FieldAttributes(Field) - Constructor for class tools.com.google.gson.FieldAttributes
-
Constructs a Field Attributes object from the f
.
- FieldNamingPolicy - Enum in tools.com.google.gson
-
An enumeration that defines a few standard naming conventions for JSON field names.
- FieldNamingStrategy - Interface in tools.com.google.gson
-
A mechanism for providing custom field naming in Gson.
- fieldNamingStrategy() - Method in class tools.com.google.gson.Gson
-
- finalBooleanValue - Variable in class core.content.ParameterBoolContent
-
Final boolean value
- findMaxDivisor(int) - Static method in class tools.Utils
-
- findPath(Node, Node) - Method in class tools.pathfinder.AStar
-
- findPlan() - Method in class controller.PlanningAgent
-
Method that allows the agent to find a plan to the current given goal.
- finishGame(StateObservation) - Method in class tracks.singleLearning.utils.Comm
-
This method is used to set the game state to either "ABORT_STATE" or "END_STATE"
depending on the termination of the game.
- finishPlayerCommunication() - Method in class core.player.LearningPlayer
-
Tells the client that this is over.
- finishRollout(StateObservationMulti, int) - Method in class tracks.multiPlayer.advanced.sampleMCTS.SingleTreeNode
-
- finishRollout(StateObservationMulti, int) - Method in class tracks.multiPlayer.deprecated.sampleMCTS.SingleTreeNode
-
- finishRollout(StateObservation, int) - Method in class tracks.singlePlayer.advanced.sampleMCTS.SingleTreeNode
-
- finishRollout(StateObservation, int) - Method in class tracks.singlePlayer.deprecated.sampleMCTS.SingleTreeNode
-
- finishRollout(StateObservation, int) - Method in class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleTreeNode
-
- first - Variable in class tools.Pair
-
- fixArrayList(ArrayList<String>) - Method in class tools.LevelMapping
-
Remove useless entities in the list
- FlakAvatar - Class in ontology.avatar
-
Created with IntelliJ IDEA.
- FlakAvatar() - Constructor for class ontology.avatar.FlakAvatar
-
- FlakAvatar(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.avatar.FlakAvatar
-
- fleeing - Variable in class ontology.sprites.npc.AlternateChaser
-
- fleeing - Variable in class ontology.sprites.npc.Chaser
-
- Fleeing - Class in ontology.sprites.npc
-
Created with IntelliJ IDEA.
- Fleeing() - Constructor for class ontology.sprites.npc.Fleeing
-
- Fleeing(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.sprites.npc.Fleeing
-
- fleeing - Variable in class ontology.sprites.npc.PathChaser
-
- Flicker - Class in ontology.sprites
-
Created with IntelliJ IDEA.
- Flicker() - Constructor for class ontology.sprites.Flicker
-
- Flicker(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.sprites.Flicker
-
- FlipDirection - Class in ontology.effects.unary
-
Created with IntelliJ IDEA.
- FlipDirection(InteractionContent) - Constructor for class ontology.effects.unary.FlipDirection
-
- FLOAT - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
-
- floatValue() - Method in class tools.com.google.gson.internal.LazilyParsedNumber
-
- flush() - Method in class tools.com.google.gson.internal.bind.JsonTreeWriter
-
- flush() - Method in class tools.com.google.gson.stream.JsonWriter
-
Ensures all buffered data is written to the underlying Writer
and flushes that writer.
- flushMessages() - Method in class core.logging.Logger
-
Empties the messages list of all messages
- forceOrientation - Variable in class ontology.effects.unary.TransformTo
-
- format(Date) - Static method in class tools.com.google.gson.internal.bind.util.ISO8601Utils
-
Format a date into 'yyyy-MM-ddThh:mm:ssZ' (default timezone, no milliseconds precision)
- format(Date, boolean) - Static method in class tools.com.google.gson.internal.bind.util.ISO8601Utils
-
Format a date into 'yyyy-MM-ddThh:mm:ss[.sss]Z' (GMT timezone)
- format(Date, boolean, TimeZone) - Static method in class tools.com.google.gson.internal.bind.util.ISO8601Utils
-
Format date into yyyy-MM-ddThh:mm:ss[.sss][Z|[+-]hh:mm]
- formatString(String) - Static method in class tools.Utils
-
- ForwardModel - Class in core.game
-
Created with IntelliJ IDEA.
- ForwardModel(Game, int) - Constructor for class core.game.ForwardModel
-
Constructor for StateObservation.
- frameRate - Variable in class core.vgdl.VGDLSprite
-
max frameRate for animating sprites
- frameRemaining - Variable in class core.vgdl.VGDLSprite
-
remaining frame speed
- friction - Variable in class core.vgdl.VGDLSprite
-
The amount of friction this sprite has when moving.
- fromAvatar - Variable in class core.game.Event
-
True if the event is caused by a sprite coming from (or created by) the avatar.
- fromAvatarSpritesPositions - Variable in class core.game.SerializableStateObservation
-
- fromAvatarSpritesPositionsMaxRow - Variable in class core.game.SerializableStateObservation
-
- fromAvatarSpritesPositionsNum - Variable in class core.game.SerializableStateObservation
-
- fromJson(String, Class<T>) - Method in class tools.com.google.gson.Gson
-
This method deserializes the specified Json into an object of the specified class.
- fromJson(String, Type) - Method in class tools.com.google.gson.Gson
-
This method deserializes the specified Json into an object of the specified type.
- fromJson(Reader, Class<T>) - Method in class tools.com.google.gson.Gson
-
This method deserializes the Json read from the specified reader into an object of the
specified class.
- fromJson(Reader, Type) - Method in class tools.com.google.gson.Gson
-
This method deserializes the Json read from the specified reader into an object of the
specified type.
- fromJson(JsonReader, Type) - Method in class tools.com.google.gson.Gson
-
Reads the next JSON value from reader
and convert it to an object
of type typeOfT
.
- fromJson(JsonElement, Class<T>) - Method in class tools.com.google.gson.Gson
-
This method deserializes the Json read from the specified parse tree into an object of the
specified type.
- fromJson(JsonElement, Type) - Method in class tools.com.google.gson.Gson
-
This method deserializes the Json read from the specified parse tree into an object of the
specified type.
- fromJson(Reader) - Method in class tools.com.google.gson.TypeAdapter
-
Converts the JSON document in in
to a Java object.
- fromJson(String) - Method in class tools.com.google.gson.TypeAdapter
-
Converts the JSON document in json
to a Java object.
- fromJsonTree(JsonElement) - Method in class tools.com.google.gson.TypeAdapter
-
Converts jsonTree
to a Java object.
- fromString(String) - Static method in enum ontology.Types.ACTIONS
-
- fromVector(Vector2d) - Static method in enum ontology.Types.ACTIONS
-
- fromVector(Direction) - Static method in enum ontology.Types.ACTIONS
-
- ftype - Variable in class ontology.effects.binary.AddTimer
-
- ftype - Variable in class ontology.effects.unary.ShieldFrom
-
- function - Variable in class core.content.InteractionContent
-
Name of the function/effect.
- fwdModel - Variable in class core.game.Game
-
State observation for this game.