neuroevolution-ai / NeuroEvolution-CTRNN_new

MIT License
3 stars 3 forks source link

small refactor for plotting experiment results #52

Closed bjuergens closed 3 years ago

bjuergens commented 3 years ago

On a side note:

I use the following pipeline to look at simulation results

cd ~/dev/project/NeuroEvolution-CTRNN_new && python neuro_evolution_ctrnn/batch_generate_plot.py results/data/ --smooth 5 && cd results && python resuts_to_csv.py && libreoffice data.csv

This assumes the following:

bjuergens commented 3 years ago

Can be reviewed and merged now