AndreiCComan / evolutionary-FlappyBird

Evolutionary Flappy Bird
1 stars 2 forks source link

Make evo_flappy.py more modular. #5

Closed geektoni closed 5 years ago

geektoni commented 5 years ago

@AndreiCComan It may be worth to try to make the evo_flappy.py code more modular, such that to be able to run several EA algorithms by just providing a command-line flag (e.g --EA=evolutionary-strategy). We would be able to run several instances of several algorithms and then we could compare them. What do you think?

AndreiCComan commented 5 years ago

Totally agree 👍