QuantEcon / QuantEcon/ContinuousDPs.jl

Formulation

Open
#6 2 comments 0 reactions 0 assignees View on GitHub

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

  1. s is an N-dimensional continuous state variable
  2. x is a 1-dimensional continuous action variable and
  3. e is a discrete random variable, whose distribution is state independent.

Discussion:

  1. Do we want to allow discrete state variables in some dimensions?
  2. We want to allow discrete actions (#5) and multidimensional actions.
  3. Do we want to allow state dependent distributions?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.