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 StateMapping
All Known Implementing Classes:
IdentityStateMapping
,
ShallowIdentityStateMapping
public interface
StateMapping
A state mapping interface that maps one state into another state. Can be useful if mapping one state from one domain into a different domain.
Author:
James MacGlashan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
State
mapState
(
State
s)
Method Detail
mapState
State
mapState(
State
s)
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