@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 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?