it just look good
This commit is contained in:
@@ -63,6 +63,7 @@ class Cell:
|
||||
qty=value/episode_length
|
||||
comm=cm.commoditys[demand_key]
|
||||
max_price=comm["max_world_price"]*qty
|
||||
self.exchange.register_account(self.name,self.name)
|
||||
self.exchange.add_to_account(self.name,"balance",max_price)
|
||||
self.exchange.submit_order(self.name,demand_key,qty,comm["max_world_price"],Side.BUY)
|
||||
def setup_supply_for_episode(self):
|
||||
|
||||
Reference in New Issue
Block a user