Package edu.wisc.game.rest
Class NewEpisodeWrapper
java.lang.Object
edu.wisc.game.rest.ResponseBase
edu.wisc.game.rest.NewEpisodeWrapper
-
Method Summary
Modifier and TypeMethodDescriptiongetBoard()
The structure with a lot of information about the current episode, and its place in the experiment's framework.void
void
setEpisodeId
(String _episodeId)
-
Method Details
-
getEpisodeId
-
setEpisodeId
-
getBoard
-
setBoard
-
getDisplay
The structure with a lot of information about the current episode, and its place in the experiment's framework. (SeeEpisode.Display
for the full structure that's actually found here)
-