lets create trading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user