A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

V

v - Variable in class burlap.behavior.singleagent.learning.actorcritic.critics.TDLambda.StateEligibilityTrace
The value associated with the state.
v - Variable in class burlap.behavior.singleagent.planning.vfa.fittedvi.SupervisedVFA.SupervisedVFAInstance
The state's associated value
v(K) - Method in class burlap.datastructures.HashedAggregator
The current value associated with key ind.
val - Variable in class burlap.behavior.singleagent.interfaces.rlglue.RLGlueEnvironmentInterface.MutableInt
 
val - Variable in class burlap.behavior.singleagent.interfaces.rlglue.RLGlueEnvironmentInterface.StateReference
 
val - Variable in class burlap.behavior.stochasticgames.agents.interfacing.singleagent.LearningAgentToSGAgentInterface.ActionReference
 
val - Variable in class burlap.behavior.stochasticgames.agents.interfacing.singleagent.LearningAgentToSGAgentInterface.StateReference
 
VALLEFT - Static variable in class burlap.domain.singleagent.pomdp.tiger.TigerDomain
The discrete attribute value for the tiger being behind the left door
VALRIGHT - Static variable in class burlap.domain.singleagent.pomdp.tiger.TigerDomain
The discrete attribtue value for the tiger being behind the right door
value(State) - Method in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.DifferentiableSparseSampling
 
value(State) - Method in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit.LinearDiffRFVInit
 
value(State) - Method in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit.LinearStateDiffVF
 
value(State) - Method in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit.VanillaDiffVinit
 
value(State) - Method in class burlap.behavior.singleagent.learnfromdemo.RewardValueProjection
 
value(State) - Method in class burlap.behavior.singleagent.learning.actorcritic.critics.TDLambda
 
value(State) - Method in class burlap.behavior.singleagent.learning.lspi.LSPI
 
value(State) - Method in class burlap.behavior.singleagent.learning.modellearning.artdp.ARTDP
 
value(State) - Method in class burlap.behavior.singleagent.learning.tdmethods.QLearning
 
value(State) - Method in class burlap.behavior.singleagent.learning.tdmethods.vfa.GradientDescentSarsaLam
 
value(State) - Method in class burlap.behavior.singleagent.planning.stochastic.DynamicProgramming
Returns the value function evaluation of the given state.
value(HashableState) - Method in class burlap.behavior.singleagent.planning.stochastic.DynamicProgramming
Returns the value function evaluation of the given hashed state.
value(State) - Method in class burlap.behavior.singleagent.planning.stochastic.montecarlo.uct.UCT
 
value(State) - Method in class burlap.behavior.singleagent.planning.stochastic.sparsesampling.SparseSampling
 
value(State) - Method in class burlap.behavior.singleagent.planning.vfa.fittedvi.FittedVI
 
value(State) - Method in class burlap.behavior.singleagent.planning.vfa.fittedvi.FittedVI.VFAVInit
 
value(State) - Method in class burlap.behavior.singleagent.planning.vfa.fittedvi.WekaVFATrainer.WekaVFA
 
value(State) - Method in class burlap.behavior.singleagent.pomdp.qmdp.QMDP
 
value(State) - Method in class burlap.behavior.singleagent.pomdp.wrappedmdpalgs.BeliefSparseSampling
 
value - Variable in class burlap.behavior.singleagent.vfa.FunctionGradient.PartialDerivative
 
value - Variable in class burlap.behavior.singleagent.vfa.StateFeature
The value of the state feature
value(State) - Method in class burlap.behavior.stochasticgames.agents.naiveq.SGNaiveQLAgent
 
value(State) - Method in interface burlap.behavior.valuefunction.ValueFunction
Returns the value function evaluation of the given state.
value - Variable in class burlap.behavior.valuefunction.ValueFunctionInitialization.ConstantValueFunctionInitialization
The constant value to return for all initializations.
value(State) - Method in class burlap.behavior.valuefunction.ValueFunctionInitialization.ConstantValueFunctionInitialization
 
Value - Interface in burlap.oomdp.core.values
An abstract class for representing a value assignment for an attribute.
value - Variable in class burlap.oomdp.stateserialization.simple.SimpleSerializedValue
 
value(State) - Method in class burlap.tutorials.cpl.QLTutorial
 
value(State) - Method in class burlap.tutorials.cpl.VITutorial
 
valueConstructor() - Method in class burlap.oomdp.core.Attribute
Returns a Value object compatible with this Attributes type (i.e., discrete or real).
valueEquals(ObjectInstance) - Method in class burlap.oomdp.core.objects.ImmutableObjectInstance
Returns true if the value assignments in this object instance are the same as they are in the target object instance.
valueEquals(ObjectInstance) - Method in class burlap.oomdp.core.objects.MutableObjectInstance
Returns true if the value assignments in this object instance are the same as they are in the target object instance.
valueEquals(ObjectInstance) - Method in interface burlap.oomdp.core.objects.ObjectInstance
Returns true if the value assignments in this object instance are the same as they are in the target object instance.
valueEquals(ObjectInstance) - Method in class burlap.oomdp.statehashing.HashableObject
 
valueFunction - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.ValueFunctionRenderLayer
The ValueFunction to query for state values
valueFunction - Variable in class burlap.behavior.singleagent.planning.stochastic.DynamicProgramming
A map for storing the current value function estimate for each state.
valueFunction - Variable in class burlap.behavior.singleagent.planning.vfa.fittedvi.FittedVI
The current value function approximation
valueFunction - Variable in class burlap.behavior.stochasticgames.madynamicprogramming.MADynamicProgramming.BackupBasedQSource
The tabular value function
ValueFunction - Interface in burlap.behavior.valuefunction
An interface for algorithms that can return the value for states.
valueFunction - Variable in class burlap.tutorials.cpl.VITutorial
 
ValueFunctionInitialization - Interface in burlap.behavior.valuefunction
This interface may be used by planning and learning algorithms that require an initialization value for the Q-value function or the value function.
ValueFunctionInitialization.ConstantValueFunctionInitialization - Class in burlap.behavior.valuefunction
A ValueFunctionInitialization implementation that always returns a constant value.
ValueFunctionInitialization.ConstantValueFunctionInitialization() - Constructor for class burlap.behavior.valuefunction.ValueFunctionInitialization.ConstantValueFunctionInitialization
Will cause this object to return 0 for all initialization values.
ValueFunctionInitialization.ConstantValueFunctionInitialization(double) - Constructor for class burlap.behavior.valuefunction.ValueFunctionInitialization.ConstantValueFunctionInitialization
Will cause this object to return value for all initialization values.
ValueFunctionRenderLayer - Class in burlap.behavior.singleagent.auxiliary.valuefunctionvis
Used to visualize the value function for a collection of states.
ValueFunctionRenderLayer(Collection<State>, StateValuePainter, ValueFunction) - Constructor for class burlap.behavior.singleagent.auxiliary.valuefunctionvis.ValueFunctionRenderLayer
Initializes the visualizer.
valueFunctionTrainer - Variable in class burlap.behavior.singleagent.planning.vfa.fittedvi.FittedVI
The SupervisedVFA instance used to train the value function on each iteration.
ValueFunctionVisualizerGUI - Class in burlap.behavior.singleagent.auxiliary.valuefunctionvis
Provides a GUI for a value function and policy visualizer.
ValueFunctionVisualizerGUI(List<State>, StateValuePainter, ValueFunction) - Constructor for class burlap.behavior.singleagent.auxiliary.valuefunctionvis.ValueFunctionVisualizerGUI
Initializes the visualizer GUI.
valueGradient - Variable in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.DifferentiableDP
The value function gradient for each state.
valueHasBeenSet() - Method in class burlap.oomdp.core.values.DiscreteValue
 
valueHasBeenSet() - Method in class burlap.oomdp.core.values.DoubleArrayValue
 
valueHasBeenSet() - Method in class burlap.oomdp.core.values.IntArrayValue
 
valueHasBeenSet() - Method in class burlap.oomdp.core.values.IntValue
 
valueHasBeenSet() - Method in class burlap.oomdp.core.values.MultiTargetRelationalValue
 
valueHasBeenSet() - Method in class burlap.oomdp.core.values.RealValue
 
valueHasBeenSet() - Method in class burlap.oomdp.core.values.RelationalValue
 
valueHasBeenSet() - Method in class burlap.oomdp.core.values.StringValue
 
valueHasBeenSet() - Method in interface burlap.oomdp.core.values.Value
Returns whether the value has been set to a meaningful value.
valueInitializer - Variable in class burlap.behavior.singleagent.planning.stochastic.DynamicProgramming
The value function initialization to use; defaulted to an initialization of 0 everywhere.
ValueIteration - Class in burlap.behavior.singleagent.planning.stochastic.valueiteration
An implementation of asynchronous value iteration.
ValueIteration(Domain, RewardFunction, TerminalFunction, double, HashableStateFactory, double, int) - Constructor for class burlap.behavior.singleagent.planning.stochastic.valueiteration.ValueIteration
Initializers the valueFunction.
valueIterationExample(String) - Method in class burlap.tutorials.bpl.BasicBehavior
 
valueOf(String) - Static method in enum burlap.behavior.singleagent.auxiliary.performance.PerformanceMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.behavior.singleagent.auxiliary.performance.TrialMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.behavior.singleagent.auxiliary.valuefunctionvis.common.PolicyGlyphPainter2D.PolicyGlyphRenderStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.behavior.singleagent.learnfromdemo.RewardValueProjection.RewardProjectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.behavior.singleagent.planning.stochastic.rtdp.BoundedRTDP.StateSelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.behavior.singleagent.vfa.cmac.CMACFeatureDatabase.TilingArrangement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.behavior.stochasticgames.solvers.CorrelatedEquilibriumSolver.CorrelatedEquilibriumObjective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.oomdp.core.Attribute.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum burlap.oomdp.statehashing.SimpleHashableStateFactory.AttClass
Returns the enum constant of this type with the specified name.
values() - Static method in enum burlap.behavior.singleagent.auxiliary.performance.PerformanceMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burlap.behavior.singleagent.auxiliary.performance.TrialMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burlap.behavior.singleagent.auxiliary.valuefunctionvis.common.PolicyGlyphPainter2D.PolicyGlyphRenderStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burlap.behavior.singleagent.learnfromdemo.RewardValueProjection.RewardProjectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burlap.behavior.singleagent.planning.stochastic.rtdp.BoundedRTDP.StateSelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burlap.behavior.singleagent.vfa.cmac.CMACFeatureDatabase.TilingArrangement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burlap.behavior.stochasticgames.solvers.CorrelatedEquilibriumSolver.CorrelatedEquilibriumObjective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum burlap.oomdp.core.Attribute.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class burlap.oomdp.core.objects.MutableObjectInstance
The value assignment for this ObjectInstance
values() - Static method in enum burlap.oomdp.statehashing.SimpleHashableStateFactory.AttClass
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class burlap.oomdp.stateserialization.simple.SimpleSerializedObjectInstance
 
valuesEqual(Value, Value) - Method in class burlap.oomdp.statehashing.DiscretizingHashableStateFactory
Returns whether two values are equal.
valuesEqual(Value, Value) - Method in class burlap.oomdp.statehashing.DiscretizingMaskedHashableStateFactory
Returns whether two values are equal.
valuesEqual(Value, Value) - Method in class burlap.oomdp.statehashing.SimpleHashableStateFactory
Returns whether two values are equal.
valueSet() - Method in class burlap.datastructures.HashedAggregator
The set of values stored.
VanillaDiffVinit - Class in burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit
A class for the default condition when a value function initialization returns an unparameterized value for each state, but must be differentiable with respect to the reward function parameters for use with a differentiable finite horizon valueFunction.
VanillaDiffVinit(ValueFunctionInitialization, DifferentiableRF) - Constructor for class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit.VanillaDiffVinit
Initializes.
vectorGenerator - Variable in class burlap.behavior.singleagent.vfa.rbf.metrics.EuclideanDistance
 
vertical1DEastWall(int, int, int) - Method in class burlap.domain.singleagent.gridworld.GridWorldDomain
Creates a sequence of 1D east walls spanning the specified start and end y coordinates.
verticalWall(int, int, int) - Method in class burlap.domain.singleagent.gridworld.GridWorldDomain
Creates a sequence of complete cell walls spanning the specified start and end y coordinates
vfa - Variable in class burlap.behavior.singleagent.learning.lspi.LSPI
The object that performs value function approximation given the weights that are estimated
vfa - Variable in class burlap.behavior.singleagent.learning.tdmethods.vfa.GradientDescentSarsaLam
The object that performs value function approximation
vfLayer - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.ValueFunctionVisualizerGUI
The value function renderer
VIModelLearningPlanner - Class in burlap.behavior.singleagent.learning.modellearning.modelplanners
A model learning interface wrapper to VI that causes VI to be performed every time the model is updated or whenever a novel state is seen that was not previously expected to be reachable.
VIModelLearningPlanner(Domain, RewardFunction, TerminalFunction, double, HashableStateFactory, double, int) - Constructor for class burlap.behavior.singleagent.learning.modellearning.modelplanners.VIModelLearningPlanner
Initializes
vIndex - Variable in class burlap.behavior.singleagent.learning.actorcritic.critics.TDLambda
The state value function.
vinit - Variable in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.DifferentiableSparseSampling
The state value used for leaf nodes; default is zero.
vinit - Variable in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit.VanillaDiffVinit
The source value function initialization.
vinit - Variable in class burlap.behavior.singleagent.planning.stochastic.sparsesampling.SparseSampling
The state value used for leaf nodes; default is zero.
vinit - Variable in class burlap.behavior.singleagent.planning.vfa.fittedvi.FittedVI
The initial value function to use
vInit - Variable in class burlap.behavior.stochasticgames.madynamicprogramming.MADynamicProgramming
The Q-value initialization function to use.
vinit - Variable in class burlap.tutorials.cpl.VITutorial
 
vinitDim - Variable in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit.LinearDiffRFVInit
The dimensionality of the value function initialization parameters
vInitFunction - Variable in class burlap.behavior.singleagent.learning.actorcritic.critics.TDLambda
Defines how the value function is initialized for unvisited states
vinitFvGen - Variable in class burlap.behavior.singleagent.learnfromdemo.mlirl.differentiableplanners.diffvinit.LinearDiffRFVInit
The state feature vector generator.
VisualActionObserver - Class in burlap.oomdp.singleagent.common
This class enables the live rendering of action calls or environment interactions, by implementing the ActionObserver and EnvironmentObserver interfaces.
VisualActionObserver(Domain, Visualizer) - Constructor for class burlap.oomdp.singleagent.common.VisualActionObserver
Initializes with a visualizer size of 800x800
VisualActionObserver(Domain, Visualizer, int, int) - Constructor for class burlap.oomdp.singleagent.common.VisualActionObserver
Initializes with a visualizer
VisualExplorer - Class in burlap.oomdp.singleagent.explorer
This class allows you act as the agent by choosing actions in an Environment.
VisualExplorer(Domain, Visualizer, State) - Constructor for class burlap.oomdp.singleagent.explorer.VisualExplorer
Initializes with a domain and initial state, automatically creating a SimulatedEnvironment as the environment with which to interact.
VisualExplorer(Domain, Environment, Visualizer) - Constructor for class burlap.oomdp.singleagent.explorer.VisualExplorer
Initializes with a visualization canvas size set to 800x800.
VisualExplorer(Domain, Environment, Visualizer, int, int) - Constructor for class burlap.oomdp.singleagent.explorer.VisualExplorer
Initializes.
VisualExplorer.LivePollCommand - Class in burlap.oomdp.singleagent.explorer
Shell command that allow live polling of the VisualExplorer to be polled.
VisualExplorer.LivePollCommand() - Constructor for class burlap.oomdp.singleagent.explorer.VisualExplorer.LivePollCommand
 
visualize(String) - Method in class burlap.tutorials.bpl.BasicBehavior
 
visualizer - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.ValueFunctionVisualizerGUI
The multi-layer render layer canvas
Visualizer - Class in burlap.oomdp.visualizer
This class extends the MultiLayerRenderer class to provide a base instance of a StateRenderLayer in its render list and provides methods to directly access and interface with the StateRenderLayer instance.
Visualizer() - Constructor for class burlap.oomdp.visualizer.Visualizer
 
Visualizer(StateRenderLayer) - Constructor for class burlap.oomdp.visualizer.Visualizer
 
visualizer - Variable in class burlap.shell.BurlapShell
 
VisualWorldObserver - Class in burlap.oomdp.stochasticgames.common
A WorldObserver that visualizes each transition with a fixed refresh delay between when the transition is rendered and when control is returned to the client.
VisualWorldObserver(SGDomain, Visualizer) - Constructor for class burlap.oomdp.stochasticgames.common.VisualWorldObserver
Iniitalizes for the given domain and visualizer.
VisualWorldObserver(SGDomain, Visualizer, int, int) - Constructor for class burlap.oomdp.stochasticgames.common.VisualWorldObserver
Initializes
VITutorial - Class in burlap.tutorials.cpl
 
VITutorial(Domain, RewardFunction, TerminalFunction, double, HashableStateFactory, ValueFunctionInitialization, int) - Constructor for class burlap.tutorials.cpl.VITutorial
 
vmax - Variable in class burlap.domain.singleagent.lunarlander.LunarLanderDomain.LLPhysicsParams
The maximum speed in any velocity component that the agent can move
vmax - Variable in class burlap.domain.singleagent.mountaincar.MountainCar.MCPhysicsParams
The maximum velocity of the agent
vmin - Variable in class burlap.domain.singleagent.mountaincar.MountainCar.MCPhysicsParams
The minimum velocity of the agent
vsFontColor - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.common.StateValuePainter2D
The font color of the value strings
vsFontSize - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.common.StateValuePainter2D
The font point size of the value string
vsOffsetFromLeft - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.common.StateValuePainter2D
A value between 0 and 1 indicating how far from the left of a value cell the value string should start being rendered.
vsOffsetFromTop - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.common.StateValuePainter2D
A value between 0 and 1 indicating how from from the top of a value cell the value string should start be rendered.
vsPrecision - Variable in class burlap.behavior.singleagent.auxiliary.valuefunctionvis.common.StateValuePainter2D
The precision (number of decimals) shown in the value string.
vTIndex - Variable in class burlap.behavior.singleagent.learning.actorcritic.critics.TimeIndexedTDLambda
The time/depth indexed value function
VXATTNAME - Static variable in class burlap.domain.singleagent.lunarlander.LunarLanderDomain
Constant for the name of the x velocity attribute.
VYATTNAME - Static variable in class burlap.domain.singleagent.lunarlander.LunarLanderDomain
Constant for the name of the y velocity attribute.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z