EconForge / Dolo.jl

Economic modeling in Julia
Other
57 stars 29 forks source link

Value iteration #193

Open Aceampoma opened 7 months ago

Aceampoma commented 7 months ago

Hello, I am try to a simple RBC model with value iteration , but it throws an error telling me to a get grid. this is the error i get

{ "name": "UndefVarError", "message": "UndefVarError: get_grid not defined", "stack": "UndefVarError: get_grid not defined

Stacktrace: [1] value_iteration(model::Model{Symbol(\"##242\"), Dolo.IIDExogenous}; grid::Dict{Any, Any}, kwargs::@Kwargs{}) @ Dolo C:\Users\ampom\.julia\packages\Dolo\RlF3H\src\algos\value_iteration.jl:395 [2] value_iteration(model::Model{Symbol(\"##242\"), Dolo.IIDExogenous}) @ Dolo C:\Users\ampom\.julia\packages\Dolo\RlF3H\src\algos\value_iteration.jl:394 [3] top-level scope @ d:\JL\DOLO.ipynb:1" }