add results for convergence for advanced dino jumping

This commit is contained in:
2020-03-05 13:17:54 +01:00
parent e67f40ad65
commit 4641f50b79
10 changed files with 58 additions and 8 deletions
@@ -107,7 +107,7 @@ public abstract class EpisodicLearning<A extends Enum> extends Learning<A> imple
if(timestampCurrentEpisode > 300000){
converged = true;
// t
File file = new File("convergence.txt");
File file = new File("convergenceAdv.txt");
try {
Files.writeString(Path.of(file.getPath()), currentEpisode/2 + ",", StandardOpenOption.APPEND);
} catch (IOException e) {