it just look good

This commit is contained in:
2023-07-12 12:33:58 +02:00
parent 010d1b6d3c
commit 8d5ad7c62d
9 changed files with 61 additions and 16 deletions
+1
View File
@@ -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):