Open
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:
- It requires the modification of the effect discounting factor to include the hyperbolic factor.
- 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