nazaruka / gym-http-api

NSGA2-based Sonic agent + experimental code
MIT License
1 stars 1 forks source link

Command Lines for NSGA 2 code #32

Closed schrum2 closed 5 years ago

schrum2 commented 5 years ago

It would be nice to incorporate a command line parser for this. You can incorporate one that is used in the other code bases we have built on. I think the main things we need parameters for are:

number of generations population size evolution mode #30 Sonic Level (so it's not always GreenHillZone Act 1) Sonic Game (the environment could be one of the other Sonic games) various PPO parameters (epsilon, learning rate, etc.) Number of learning steps that PPO gets

Any more?