-
Notifications
You must be signed in to change notification settings - Fork 40
Description
In New version V0.8.7.2 ,Cannot run speed_tf2.conf:
2025-08-07 17:26:46 game.py - Version 0.8.7.2
Running in a standard Python environment: 3.10.5
Python version: 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)]
PythonNet: 3.0.3
.NET Framework 4.8 is installed.
Loading TensorFlow 2.18.0 - Keras version: 3.6.0
NumPy Version : 1.26.4
Loading config file D:\download\ben-main (36)\ben-main\src\config/Robots/Speed_Tf2.conf
Config: config/Robots/Speed_Tf2.conf
Model: GIB-BBO-8730_2025-04-19-E30.keras
Opponent: GIB-BBO-8730_2025-04-19-E30.keras
Playing IMPS mode
DDSolver enabled. Version 2.9.0
Playing random deals or deals from the client
Setting seed = 2557078562
Playing Board: ('J43.KQJ8.KT.AQ76 AQ7.AT42.9873.KT K862.9.AQ642.853 T95.7653.J5.J942', 'W Both')
{"message": "deal_start", "dealer": 3, "vuln": [true, true], "hand": ["J43.KQJ8.KT.AQ76", "AQ7.AT42.9873.KT", "K862.9.AQ642.853", "T95.7653.J5.J942"], "board_no": null}
Traceback (most recent call last):
File "D:\download\ben-main (36)\ben-main\src\game.py", line 1376, in
loop.run_until_complete(main())
File "C:\Users\samsung\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 646, in run_until_complete
return future.result()
File "D:\download\ben-main (36)\ben-main\src\game.py", line 1256, in main
await driver.run(t_start)
File "D:\download\ben-main (36)\ben-main\src\game.py", line 216, in run
self.auction = await self.bidding(self.bidding_only, self.fixed_auction)
File "D:\download\ben-main (36)\ben-main\src\game.py", line 985, in bidding
bid_resp = await players[player_i].async_bid(auction, alert)
File "D:\download\ben-main (36)\ben-main\src\game.py", line 99, in async_bid
return self.bid(auction)
File "D:\download\ben-main (36)\ben-main\src\botbidder.py", line 233, in bid
candidates, passout = self.get_bid_candidates(auction)
File "D:\download\ben-main (36)\ben-main\src\botbidder.py", line 867, in get_bid_candidates
bid_softmax, alerts = self.next_bid_np(auction)
File "D:\download\ben-main (36)\ben-main\src\botbidder.py", line 1048, in next_bid_np
bid_np, alerts = self.models.bidder_model.pred_fun_seq(x)
File "D:\download\ben-main (36)\ben-main\src\nn\bidder_tf2.py", line 36, in pred_fun_seq
bids, alerts = self.pred_fun_tf(x)