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 DomainGenerator
All Known Implementing Classes:
BeliefMDPGenerator
,
BlockDude
,
BlocksWorld
,
CartPoleDomain
,
FrostbiteDomain
,
GraphDefinedDomain
,
GridGame
,
GridWorldDomain
,
InvertedPendulum
,
LunarLanderDomain
,
MountainCar
,
RLGlueDomain
,
SingleStageNormalFormGame
,
TigerDomain
public interface
DomainGenerator
This class provides a simple interface for constructing domains, but it is not required to create domains. All domains that exist in BURLAP adhere to this interface for constructing domains.
Author:
James MacGlashan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Domain
generateDomain
()
Returns a newly instanced Domain object
Method Detail
generateDomain
Domain
generateDomain()
Returns a newly instanced Domain object
Returns:
the newly instantiated Domain 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