Closed gianlucatruda closed 4 years ago
for ea_instance in [ea_config_1, ea_config_2]:
for enemy in [1, 3, 5]:
for repeat in range(10):
# Evolve for N generations
# Save best individual
for enemy in [1, 3, 5]:
for ea_instance in [ea_config_1, ea_config_2]:
for top_ten in best_individuals[enemy]:
for individual in top_ten:
for repeat in range(5):
# Test individual and average results
I'm honestly not sure how to interpret the assignment brief. It's so confusingly worded.
UPDATE: Working on this in PR #15
Progress
experiments_test.py