Dynare help

Warning: Some of the parameters have no value (i_ss, pi_ss, y_ss, m_ss) when using stoch_simul. If
these parameters are not initialized in a steadystate file, Dynare may not be able to solve the
model…

In test_for_deep_parameters_calibration at 46
In stoch_simul at 22
In zx at 185
In dynare at 120
??? Error using ==> print_info at 36
The generalized Schur (QZ) decomposition failed. For more information, see the documentation for Lapack
function dgges: info=6, n=8

Error in ==> stoch_simul at 81
print_info(info, options_.noprint);

Error in ==> zx at 185
info = stoch_simul(var_list_);

Error in ==> dynare at 120
evalin(‘base’,fname) ;

parameters are obtained from other literature, seeking expert advice, thank you very much.
zx.mod (1.06 KB)

You did not initialize pi_ss and the definition of m_ss uses y_ss, which is only computed later.