Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 612 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 612 Bytes

Harvest Sim

This repository contains the following relevant items, intended to supplement this blog post about Harvest mechanics in Path of Exile:

  • notebooks/harvest_analysis.ipynb: A notebook containing the code required to reproduce the results from the blog post
  • data/*_data.csv: Files containing the (lightly preprocessed) experimental data used in the above report
  • harvest.py: Some sample utilities to calculate the profit of a given harvest
  • example.py: Some messy code demonstrating how the utilities in harvest.py may be used