Skip to content

Commit

Permalink
adjust weights
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Mar 11, 2024
1 parent f2d5090 commit 8182514
Show file tree
Hide file tree
Showing 24 changed files with 394 additions and 366 deletions.
10 changes: 5 additions & 5 deletions code/do_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ def run_replication():
replication_specs = {}

if which_model == "1" or which_model == "":
replication_specs["agent_name"] = "IndShock"
replication_specs["init_agent_name"] = "IndShock"
elif which_model == "2":
replication_specs["agent_name"] = "Portfolio"
replication_specs["init_agent_name"] = "Portfolio"
elif which_model == "3":
replication_specs["agent_name"] = "WarmGlow"
replication_specs["init_agent_name"] = "WarmGlow"
elif which_model == "4":
replication_specs["agent_name"] = "WarmGlowPortfolio"
replication_specs["init_agent_name"] = "WarmGlowPortfolio"
elif which_model == "5":
replication_specs["agent_name"] = "WealthPortfolio"
replication_specs["init_agent_name"] = "WealthPortfolio"
else:
print("Invalid model choice.")
return
Expand Down
Loading

0 comments on commit 8182514

Please sign in to comment.