Interface SimulatedExperience
- All Known Implementing Classes:
CsvSimulatedExperience
,DefaultSimulatedExperience
public interface SimulatedExperience
-
Method Summary
-
Method Details
-
getConfigurationDifferenceBefore
String getConfigurationDifferenceBefore() -
getConfigurationDifferenceAfter
String getConfigurationDifferenceAfter() -
getReconfiguration
String getReconfiguration() -
getQuantifiedStateOfCurrent
String getQuantifiedStateOfCurrent() -
getQuantifiedStateOfNext
String getQuantifiedStateOfNext() -
getEnvironmentalStateBefore
String getEnvironmentalStateBefore() -
getEnvironmentalStateAfter
String getEnvironmentalStateAfter() -
getEnvironmentalStateObservation
String getEnvironmentalStateObservation() -
getReward
String getReward() -
getId
String getId()
-