lets create trading

This commit is contained in:
2023-01-14 11:54:14 +01:00
parent 058eea02b2
commit 8801ebaf58
4 changed files with 24 additions and 14 deletions

View File

@@ -8,4 +8,10 @@ class TradingAgent(BaseAgent):
"Mobile" refers to agents of this type being able to move around in the 2D world.
"""
name = "TradingAgent"
name = "TradingAgent"
class TradingAgentLogic():
"""Logic for trading agent"""
def __init__(self,) -> None:
pass