We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The inverse of trying to export HARK to Dolang (see #659)
This issue is for an AgentType class that:
getStates
getShocks
The text was updated successfully, but these errors were encountered:
What exists:
Dolang (yaml) -> Dolo (py-obj)
What this issue is about:
Dolo (py-obj) -> HARK (py-ob)
Others things that we might do, not in this issue:
HARK -> Dolo
Dolo (py-obj) -> Dolang (yaml)
HARK -> Dolo (py-obj) -> Dolang (yaml) -- might be the best implementation for #446
Sorry, something went wrong.
No branches or pull requests
The inverse of trying to export HARK to Dolang (see #659)
This issue is for an AgentType class that:
getStates
,getShocks
, etc. methods needed for simulation out of the materials in the Dolo modelThe text was updated successfully, but these errors were encountered: