SpikeyCNS/spikey

Refactor population, series and metarl games.

Closed this issue · 0 comments

As they are now, the population, series and metarl games could use refactoring for ease of use and generalization.

  • Add seed, close and other gym env functions to MetaRL
  • Make easier to configure series
  • Simplify populations usage of meta games.
  • Trim many parameters in Population
  • Remove all EvolveNetwork params except those specifically for the game, take rest in as pre-configured TrainingLoop or similar.
  • Overhaul EvolveNetwork tracking_getter, aggregate_fitness, win_fitness system.