Skip to content

Implementation of quasi hyperbolic discounting #215

Open
@g-carranza

Description

Are there any plans for future implementation of hyperbolic discounting for consumer agents? The implementation of naive quasi hyperbolic discounting should not be too complicated.

In the case of the perfect foresight agent:

  1. It requires the modification of the effect discounting factor to include the hyperbolic factor.
  2. The modification of solution_next to take as input the geometric solution (beta=1), instead of the one calculated with the impacted discount factor.

I have a working example using a PF agent, but the implementation in more complicated agents require perhaps more sophistication and care.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions