forked from OutlierVentures/QTM-Interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation for most of the Model parts
- Loading branch information
Showing
19 changed files
with
673 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
"""Describes the agent behaviour and meta bucket allocations. | ||
Contains policy functions and state update functions relevant for behaviour | ||
of each type of agent and for meta bucket allocations. Allows for stochastic | ||
or static behaviour. | ||
Modules: | ||
agent_meta_bucket_behavior: agent and meta bucket related state update | ||
functions and policy functions | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
"""Describes the ecosystem level events. | ||
Contains policy functions and state update functions with the affect at the | ||
level of the whole ecosystem, as well as affecting individual agents. | ||
Modules: | ||
airdrops: Calculate and process airdrops. | ||
burn: Calculation and processing of token burning at ecosystem level. | ||
incentivisation: Calculation and processing of ecosystem incentivisation. | ||
liquidity_pool: Liquidity pool initialisation and updating after transactions. | ||
token_economy: Provide date and token economy metrics. | ||
vesting: Vesting tokens and updating the amount of vested tokens held. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.