Skip to content

Commit

Permalink
Merge branch 'GridWorld' of https://github.com/gegelati/gegelati-apps
Browse files Browse the repository at this point in the history
…into GridWorld
  • Loading branch information
QuentinVacher-rl committed Feb 8, 2024
2 parents 5c05412 + 7b2665c commit b0b8d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gridworld/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
// Number of generations of the training.
// "nbGenerations" : 500, // Default value
"nbGenerations" : 100,
"nbGenerations" : 10,
// [Only used in AdversarialLearningAgent.]
// Number of times each job is evaluated in the learning process.
// Each root may belong to several jobs, hence this parameter should be lower
Expand All @@ -110,4 +110,4 @@
// Percentage of deleted (and regenerated) root TPGVertex at each generation.
// "ratioDeletedRoots" : 0.5, // Default value
"ratioDeletedRoots" : 0.5
}
}

0 comments on commit b0b8d0b

Please sign in to comment.