-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyse statistics from all csv files in the directory or a given data pack #12
Comments
I'd like to work on this. Can you provide some more information on this? |
@neil007m Cool! Yes, I will write up more on my lunch break in an hour or two. Let me know if you have any specific questions. |
@neil007m I added more details. Let me know if it makes more sense or if you need more information. |
@TechnologyClassroom thanks for adding the details! I have a much clearer picture now, you can assign it to me. I should be able to start on this tonight (EDT) |
@neil007m Cool! Assigned! Let me know if you have any questions. The statistics part is more open ended so feel free to be creative or come up with silly metrics. If you want to graph something, feel free to reuse code from |
@neil007m One thing to note is that there were changes to my master branch since your last pull request. |
@TechnologyClassroom Thanks for the heads up, I'll make sure to fetch the latest from your master. Something came up yesterday, I'll be able to get a good chunk of time after work to get to this. |
Analyse statistics from all csv files in the directory or a given data pack.
builddatapack.sh
runs an arbitrary number of simulations and defaults to 40 runs. Each simulation saves its data into a csv file that looks like this. Each simulation runs some statistics functionstats()
indicemechanicsim.py
. It would be cool to run statistics comparing several simulations. This would allow easier comparisons between settings used to generate datapacks.Example data packs can be found in dice-mechnanic-datapacks.
data20180219-2137.zip
is the latest one uploaded to dice-mechanic-datapacks (dmd).The best place for this type of script might be a new file called
data/datapackstats.py
that could be called at the end ofbuilddatapack.sh
with a line likepython3 ./data/datapackstats.py
.Ideas for statistics:
stats()
function indicemechanicsim.py
The text was updated successfully, but these errors were encountered: