Add finish condition to env
Opened this issue · 0 comments
nathiss commented
WHAT:
It should be possible to specify finish condition for the simulation.
HOW:
- Implement finish condition enum.
- The simulation can either never finish or finish on some condition (eg. generation number or fitness score).
AC:
- Possible to specify finish condition.