Skip to content

Commit

Permalink
FIX set value for AI4GCC unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
brenting committed Mar 2, 2023
1 parent 6ef02c1 commit a8e2878
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rice.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ def __init__(
params, self.num_regions = set_rice_params(
Path(_PUBLIC_REPO_DIR) / "region_yamls"
)

# must be set for AI4GCC unittests
self.num_agents = self.num_regions

# TODO : add to yaml
self.balance_interest_rate = 0.1

Expand Down

0 comments on commit a8e2878

Please sign in to comment.