Skip to content
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

"Cycles" in which the agents solve a different problem in each subperiod #207

Open
sbenthall opened this issue Jul 20, 2020 · 1 comment

Comments

@sbenthall
Copy link
Contributor

sbenthall commented Jul 20, 2020

(moved from EconForge/dolark.py#12 )

A feature request: a syntax for writing problems with "cycles" in which the agents solve a different problem in each subperiod.

In these problems:

  • All endogenous states are carried from period to period
  • All functions (including transition, arbitrage, felicity, etc.) may be different from period to period
  • Exogenous shock may vary from period to period.

From @llorracc

A simple example that could be used to develop a syntax for this is the portfolio problem: "end-of-period" problem: Given assets $a$, figure out how to invest them in risky vs safe assets. Which involves constructing a marginal end-of-period-value function $v^{'}{t,1}$
"beginning-of-period" problem: Given end-of-period marginal value function, compute beginning-of-period optimal consumption. This yields $v^{'}{t,0}$

Further technical discussion here:
https://www.econ2.jhu.edu/people/ccarroll/SolvingMicroDSOPs/

(originally discussed here: econ-ark/DARKolo#14 (comment) )

@sbenthall
Copy link
Contributor Author

These kinds of problems are in these lecture notes, section 7
https://llorracc.github.io/SolvingMicroDSOPs/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant