JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
burlap.mdp.auxiliary
Interface StateGenerator
All Known Implementing Classes:
ConstantStateGenerator
,
MCRandomStateGenerator
,
NFGameState
,
RandomStartStateGenerator
public interface
StateGenerator
An interface for generating State objects. This may be useful to define for learning in episodic tasks in which the initial state is drawn from some distribution.
Author:
James MacGlashan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
State
generateState
()
Returns a new state object.
Method Detail
generateState
State
generateState()
Returns a new state object.
Returns:
a new state object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method