QuantEcon / QuantEcon/ContinuousDPs.jl
Formulation
Open
Nobody has claimed this yet.
discussion
- Dominant language
- Julia
- Stars
- 17
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The current code solves dynamic programs with
- reward function
f(s, x)and - state transition function
g(s, x, e)
where
sis anN-dimensional continuous state variablexis a 1-dimensional continuous action variable andeis a discrete random variable, whose distribution is state independent.
Discussion:
- Do we want to allow discrete state variables in some dimensions?
- We want to allow discrete actions (#5) and multidimensional actions.
- Do we want to allow state dependent distributions?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the current dynamic-programming formulation and the discussion in issue #5. The issue asks for decisions about discrete states, discrete and multidimensional actions, and state-dependent distributions; done means establishing the supported formulation and documenting or implementing the agreed scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100