Skip to content
Snippets Groups Projects

BA Hoefer: Self-Play Parameter added

Merged Tristan Höfer requested to merge self_play into master
Files
4
@@ -47,6 +47,10 @@ public class TrainingConfiguration {
return getParameterValue(CONTEXT);
}
public Optional<String> getSelfPlay() {
return getParameterValue(SELF_PLAY);
}
public Optional<LearningMethod> getLearningMethod() {
Optional<ConfigurationEntry> learningMethodOpt =
configurationSymbol.getConfigurationEntry(LEARNING_METHOD);
Loading