mila-iqia / climate-cooperation-competition

AI for Global Climate Cooperation: Modeling Global Climate Negotiations, Agreements, and Long-Term Cooperation in RICE-N. ai4climatecoop.org
Other
37 stars 27 forks source link

extract gross output metric based on activity_timestep #24

Closed brenting closed 1 year ago

brenting commented 1 year ago

We fixed the issue that caused the economic index to be too high because of the additional negotiation steps. It is a quick fix that collects only the relevant gross output values in the compute_metrics method, based on the activity_timestep value. This value is logged in RICE and only increases when an actual RICE simulation step is performed. We use this as a trigger to collect the relevant results. This way it should also be robust against a variable number of negotiation steps.