- w - Variable in class burlap.shell.visual.SGVisualExplorer
-
- wallCollision(GridGameStandardMechanics.Location2, GridGameStandardMechanics.Location2, List<ObjectInstance>, boolean) - Method in class burlap.domain.stochasticgames.gridgame.GridGameStandardMechanics
-
Indicates whether there are any wall collisions.
- wallSegment(int[][], int, int, int) - Static method in class burlap.domain.singleagent.blockdude.BlockDudeLevelConstructor
-
- WallToPF(String, String[], int) - Constructor for class burlap.domain.singleagent.gridworld.GridWorldDomain.WallToPF
-
Initializes the function.
- weight - Variable in class burlap.behavior.singleagent.learning.tdmethods.vfa.GradientDescentSarsaLam.EligibilityTraceVector
-
The VFA weight being traced
- WeightedGreedy - Class in burlap.behavior.singleagent.planning.deterministic.informed.astar
-
A weighted greedy search in which the g(n) function (the cost to the current node) is weighted by a fraction 0 <= w <= 1.
- WeightedGreedy(SADomain, RewardFunction, StateConditionTest, HashableStateFactory, Heuristic, double) - Constructor for class burlap.behavior.singleagent.planning.deterministic.informed.astar.WeightedGreedy
-
Initializes the valueFunction.
- weights - Variable in class burlap.behavior.functionapproximation.sparse.LinearVFA
-
A map from feature identifiers to function weights
- welcomeMessage - Variable in class burlap.shell.BurlapShell
-
- which - Variable in class burlap.shell.command.env.EpisodeRecordingCommands.EpisodeBrowserCommand
-
- whiteList - Variable in class burlap.behavior.functionapproximation.dense.NumericVariableFeatures
-
- width - Variable in class burlap.domain.singleagent.gridworld.GridWorldDomain
-
The width of the grid world
- width - Variable in class burlap.domain.singleagent.gridworld.GridWorldRewardFunction
-
- widths - Variable in class burlap.behavior.functionapproximation.sparse.tilecoding.Tiling
-
The width of each dimension in this tiling
- world - Variable in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentPerformancePlotter
-
- world - Variable in class burlap.mdp.stochasticgames.agent.SGAgentBase
-
- World - Class in burlap.mdp.stochasticgames.world
-
This class provides a means to have agents play against each other and synchronize all of their actions and observations.
- World(SGDomain, JointRewardFunction, TerminalFunction, State) - Constructor for class burlap.mdp.stochasticgames.world.World
-
Initializes the world.
- World(SGDomain, JointRewardFunction, TerminalFunction, StateGenerator) - Constructor for class burlap.mdp.stochasticgames.world.World
-
Initializes the world.
- World(SGDomain, JointRewardFunction, TerminalFunction, StateGenerator, StateMapping) - Constructor for class burlap.mdp.stochasticgames.world.World
-
Initializes the world
- world - Variable in class burlap.shell.SGWorldShell
-
- worldAgentName - Variable in class burlap.mdp.stochasticgames.agent.SGAgentBase
-
- worldGenerator - Variable in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentExperimenter
-
A world generated for created a new world for each testing trial
- worldGenerator - Variable in class burlap.mdp.stochasticgames.tournament.Tournament
-
- WorldGenerator - Interface in burlap.mdp.stochasticgames.world
-
An interface for generating
World
instances.
- worldModel - Variable in class burlap.mdp.stochasticgames.tournament.common.ConstantWorldGenerator
-
- worldModel - Variable in class burlap.mdp.stochasticgames.world.World
-
- WorldObservationCommand - Class in burlap.shell.command.world
-
- WorldObservationCommand() - Constructor for class burlap.shell.command.world.WorldObservationCommand
-
- WorldObserver - Interface in burlap.mdp.stochasticgames.world
-
An interface for defining
World
observers.
- worldObservers - Variable in class burlap.mdp.stochasticgames.world.World
-
- worldStateIsTerminal() - Method in class burlap.mdp.stochasticgames.world.World
-
Returns whether the current state in the world is a terminal state or not.
- WrappedHashableState - Class in burlap.statehashing
-
- WrappedHashableState() - Constructor for class burlap.statehashing.WrappedHashableState
-
- WrappedHashableState(State) - Constructor for class burlap.statehashing.WrappedHashableState
-
- write(String) - Method in class burlap.behavior.singleagent.Episode
-
Writes this episode to a file.
- write(String) - Method in class burlap.behavior.stochasticgames.GameEpisode
-
Writes this game to a file.
- write(byte[]) - Method in class burlap.shell.visual.TextAreaStreams.TextOut
-
- write(byte[], int, int) - Method in class burlap.shell.visual.TextAreaStreams.TextOut
-
- write(int) - Method in class burlap.shell.visual.TextAreaStreams.TextOut
-
- writeEpisodeDataToCSV(String) - Method in class burlap.behavior.singleagent.auxiliary.performance.LearningAlgorithmExperimenter
-
Writes an step-wise data to a csv file.
- writeEpisodeDataToCSV(String) - Method in class burlap.behavior.singleagent.auxiliary.performance.PerformancePlotter
-
Writes the episode-wise data to a csv file.
- writeEpisodeDataToCSV(String) - Method in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentExperimenter
-
Writes an step-wise data to a csv file.
- writeEpisodeDataToCSV(String) - Method in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentPerformancePlotter
-
Writes the episode-wise data to a csv file.
- writeEpisodes(List<Episode>, String, String) - Static method in class burlap.behavior.singleagent.Episode
-
Takes a
List
of
Episode
objects and writes them to a directory.
- writeQTable(String) - Method in class burlap.behavior.singleagent.learning.tdmethods.QLearning
-
Writes the q-function table stored in this object to the specified file path.
- writeStepAndEpisodeDataToCSV(String) - Method in class burlap.behavior.singleagent.auxiliary.performance.LearningAlgorithmExperimenter
-
Writes the step-wise and episode-wise data to CSV files.
- writeStepAndEpisodeDataToCSV(String) - Method in class burlap.behavior.singleagent.auxiliary.performance.PerformancePlotter
-
Writes the step-wise and episode-wise data to CSV files.
- writeStepAndEpisodeDataToCSV(String) - Method in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentExperimenter
-
Writes the step-wise and episode-wise data to CSV files.
- writeStepAndEpisodeDataToCSV(String) - Method in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentPerformancePlotter
-
Writes the step-wise and episode-wise data to CSV files.
- writeStepDataToCSV(String) - Method in class burlap.behavior.singleagent.auxiliary.performance.LearningAlgorithmExperimenter
-
Writes an episode-wise data to a csv file.
- writeStepDataToCSV(String) - Method in class burlap.behavior.singleagent.auxiliary.performance.PerformancePlotter
-
Writes the step-wise data to a csv file.
- writeStepDataToCSV(String) - Method in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentExperimenter
-
Writes an episode-wise data to a csv file.
- writeStepDataToCSV(String) - Method in class burlap.behavior.stochasticgames.auxiliary.performance.MultiAgentPerformancePlotter
-
Writes the step-wise data to a csv file.
- writeValueTable(String) - Method in class burlap.behavior.singleagent.planning.stochastic.DynamicProgramming
-
Writes the value function table stored in this object to the specified file path.
- wrongDoor - Variable in class burlap.domain.singleagent.pomdp.tiger.TigerModel
-
The reward for opening the wrong door
- wrongDoorReward - Variable in class burlap.domain.singleagent.pomdp.tiger.TigerDomain
-
The reward for opening the wrong door