Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.89 KB | None | 0 0
  1. /Users/Piotr/Workspace/Envs/data-science/bin/python3 /Users/Piotr/Workspace/HearthstoneAI/HearthstoneAI/flow.py
  2.  
  3.  
  4. Action taken by Agent: Play Divine Strength -> END
  5.  
  6.  
  7. Player: Agent
  8. Health: 20
  9. Mana: 1
  10. Graveyard: Divine Strength
  11. Hand:
  12. +-----------+---------------+
  13. | Wolfrider | Selfless Hero |
  14. +-----------+---------------+
  15. | Cost = 2 | Cost = 1 |
  16. +-----------+---------------+
  17. | Charge | |
  18. +-----------+---------------+
  19. | 3 / 1 | 2 / 1 |
  20. +-----------+---------------+
  21. Board: Empty
  22.  
  23. Board: Empty
  24. Hand:
  25. +-----------------+-----------+---------------+
  26. | Divine Strength | Wolfrider | Selfless Hero |
  27. +-----------------+-----------+---------------+
  28. | Cost = 1 | Cost = 2 | Cost = 1 |
  29. +-----------------+-----------+---------------+
  30. | | Charge | |
  31. +-----------------+-----------+---------------+
  32. | Give 1 / 2 | 3 / 1 | 2 / 1 |
  33. +-----------------+-----------+---------------+
  34. Graveyard:
  35. Mana: 0
  36. Health: 20
  37. Player: MCTS
  38. ==================================================================================================================================
  39.  
  40.  
  41. Action taken by MCTS: END
  42.  
  43.  
  44. Player: Agent
  45. Health: 20
  46. Mana: 1
  47. Graveyard: Divine Strength
  48. Hand:
  49. +-----------+---------------+
  50. | Wolfrider | Selfless Hero |
  51. +-----------+---------------+
  52. | Cost = 2 | Cost = 1 |
  53. +-----------+---------------+
  54. | Charge | |
  55. +-----------+---------------+
  56. | 3 / 1 | 2 / 1 |
  57. +-----------+---------------+
  58. Board: Empty
  59.  
  60. Board: Empty
  61. Hand:
  62. +-----------------+-----------+---------------+-----------------+
  63. | Divine Strength | Wolfrider | Selfless Hero | Divine Strength |
  64. +-----------------+-----------+---------------+-----------------+
  65. | Cost = 1 | Cost = 2 | Cost = 1 | Cost = 1 |
  66. +-----------------+-----------+---------------+-----------------+
  67. | | Charge | | |
  68. +-----------------+-----------+---------------+-----------------+
  69. | Give 1 / 2 | 3 / 1 | 2 / 1 | Give 1 / 2 |
  70. +-----------------+-----------+---------------+-----------------+
  71. Graveyard:
  72. Mana: 1
  73. Health: 20
  74. Player: MCTS
  75. ==================================================================================================================================
  76.  
  77.  
  78. Action taken by Agent: Play Wolfrider -> Attacking HERO with Wolfrider -> END
  79.  
  80.  
  81. Player: Agent
  82. Health: 20
  83. Mana: 2
  84. Graveyard: Divine Strength
  85. Hand:
  86. +---------------+-------------------+
  87. | Selfless Hero | Blessing of Kings |
  88. +---------------+-------------------+
  89. | Cost = 1 | Cost = 3 |
  90. +---------------+-------------------+
  91. | | |
  92. +---------------+-------------------+
  93. | 2 / 1 | Give 4 / 4 |
  94. +---------------+-------------------+
  95. Board
  96. +-----------+
  97. | Wolfrider |
  98. +-----------+
  99. | Charge |
  100. +-----------+
  101. | 3 / 1 |
  102. +-----------+
  103.  
  104. Board: Empty
  105. Hand:
  106. +-----------------+-----------+---------------+-----------------+
  107. | Divine Strength | Wolfrider | Selfless Hero | Divine Strength |
  108. +-----------------+-----------+---------------+-----------------+
  109. | Cost = 1 | Cost = 2 | Cost = 1 | Cost = 1 |
  110. +-----------------+-----------+---------------+-----------------+
  111. | | Charge | | |
  112. +-----------------+-----------+---------------+-----------------+
  113. | Give 1 / 2 | 3 / 1 | 2 / 1 | Give 1 / 2 |
  114. +-----------------+-----------+---------------+-----------------+
  115. Graveyard:
  116. Mana: 1
  117. Health: 17
  118. Player: MCTS
  119. ==================================================================================================================================
  120.  
  121.  
  122. Action taken by MCTS: Play Selfless Hero -> END
  123.  
  124.  
  125. Player: Agent
  126. Health: 20
  127. Mana: 2
  128. Graveyard: Divine Strength
  129. Hand:
  130. +---------------+-------------------+
  131. | Selfless Hero | Blessing of Kings |
  132. +---------------+-------------------+
  133. | Cost = 1 | Cost = 3 |
  134. +---------------+-------------------+
  135. | | |
  136. +---------------+-------------------+
  137. | 2 / 1 | Give 4 / 4 |
  138. +---------------+-------------------+
  139. Board
  140. +-----------+
  141. | Wolfrider |
  142. +-----------+
  143. | Charge |
  144. +-----------+
  145. | 3 / 1 |
  146. +-----------+
  147.  
  148. Board:
  149. +---------------+
  150. | Selfless Hero |
  151. +---------------+
  152. | |
  153. +---------------+
  154. | 2 / 1 |
  155. +---------------+
  156. Hand:
  157. +-----------------+-----------+-----------------+---------------+
  158. | Divine Strength | Wolfrider | Divine Strength | Argent Squire |
  159. +-----------------+-----------+-----------------+---------------+
  160. | Cost = 1 | Cost = 2 | Cost = 1 | Cost = 1 |
  161. +-----------------+-----------+-----------------+---------------+
  162. | | Charge | | Divine Shield |
  163. +-----------------+-----------+-----------------+---------------+
  164. | Give 1 / 2 | 3 / 1 | Give 1 / 2 | 1 / 1 |
  165. +-----------------+-----------+-----------------+---------------+
  166. Graveyard:
  167. Mana: 2
  168. Health: 17
  169. Player: MCTS
  170. ==================================================================================================================================
  171.  
  172.  
  173. Action taken by Agent: Play Blessing of Kings -> END
  174.  
  175.  
  176. Player: Agent
  177. Health: 20
  178. Mana: 3
  179. Graveyard: Divine Strength, Blessing of Kings
  180. Hand:
  181. +---------------+----------------------+
  182. | Selfless Hero | Steward of Darkshire |
  183. +---------------+----------------------+
  184. | Cost = 1 | Cost = 2 |
  185. +---------------+----------------------+
  186. | | Divine Shield |
  187. +---------------+----------------------+
  188. | 2 / 1 | 3 / 3 |
  189. +---------------+----------------------+
  190. Board
  191. +-----------+
  192. | Wolfrider |
  193. +-----------+
  194. | Charge |
  195. +-----------+
  196. | 7 / 5 |
  197. +-----------+
  198.  
  199. Board:
  200. +---------------+
  201. | Selfless Hero |
  202. +---------------+
  203. | |
  204. +---------------+
  205. | 2 / 1 |
  206. +---------------+
  207. Hand:
  208. +-----------------+-----------+-----------------+---------------+
  209. | Divine Strength | Wolfrider | Divine Strength | Argent Squire |
  210. +-----------------+-----------+-----------------+---------------+
  211. | Cost = 1 | Cost = 2 | Cost = 1 | Cost = 1 |
  212. +-----------------+-----------+-----------------+---------------+
  213. | | Charge | | Divine Shield |
  214. +-----------------+-----------+-----------------+---------------+
  215. | Give 1 / 2 | 3 / 1 | Give 1 / 2 | 1 / 1 |
  216. +-----------------+-----------+-----------------+---------------+
  217. Graveyard:
  218. Mana: 2
  219. Health: 17
  220. Player: MCTS
  221. ==================================================================================================================================
  222.  
  223.  
  224. Action taken by MCTS: Play Divine Strength -> Play Wolfrider -> Attacking HERO with Selfless Hero -> Attacking HERO with Wolfrider -> END
  225.  
  226.  
  227. Player: Agent
  228. Health: 14
  229. Mana: 3
  230. Graveyard: Divine Strength, Blessing of Kings
  231. Hand:
  232. +---------------+----------------------+
  233. | Selfless Hero | Steward of Darkshire |
  234. +---------------+----------------------+
  235. | Cost = 1 | Cost = 2 |
  236. +---------------+----------------------+
  237. | | Divine Shield |
  238. +---------------+----------------------+
  239. | 2 / 1 | 3 / 3 |
  240. +---------------+----------------------+
  241. Board
  242. +-----------+
  243. | Wolfrider |
  244. +-----------+
  245. | Charge |
  246. +-----------+
  247. | 7 / 5 |
  248. +-----------+
  249.  
  250. Board:
  251. +---------------+-----------+
  252. | Selfless Hero | Wolfrider |
  253. +---------------+-----------+
  254. | | Charge |
  255. +---------------+-----------+
  256. | 3 / 3 | 3 / 1 |
  257. +---------------+-----------+
  258. Hand:
  259. +-----------------+---------------+------------------+
  260. | Divine Strength | Argent Squire | Abusive Sergeant |
  261. +-----------------+---------------+------------------+
  262. | Cost = 1 | Cost = 1 | Cost = 1 |
  263. +-----------------+---------------+------------------+
  264. | | Divine Shield | |
  265. +-----------------+---------------+------------------+
  266. | Give 1 / 2 | 1 / 1 | 1 / 1 |
  267. +-----------------+---------------+------------------+
  268. Graveyard: Divine Strength
  269. Mana: 3
  270. Health: 17
  271. Player: MCTS
  272. ==================================================================================================================================
  273.  
  274.  
  275. Action taken by Agent: Play Seal of Champions -> Play Selfless Hero -> battling Wolfrider and Wolfrider -> END
  276.  
  277.  
  278. Player: Agent
  279. Health: 14
  280. Mana: 4
  281. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions
  282. Hand:
  283. +----------------------+
  284. | Steward of Darkshire |
  285. +----------------------+
  286. | Cost = 2 |
  287. +----------------------+
  288. | Divine Shield |
  289. +----------------------+
  290. | 3 / 3 |
  291. +----------------------+
  292. Board
  293. +----------------------+---------------+
  294. | Wolfrider | Selfless Hero |
  295. +----------------------+---------------+
  296. | Charge Divine Shield | |
  297. +----------------------+---------------+
  298. | 10 / 2 | 2 / 1 |
  299. +----------------------+---------------+
  300.  
  301. Board:
  302. +---------------+
  303. | Selfless Hero |
  304. +---------------+
  305. | |
  306. +---------------+
  307. | 3 / 3 |
  308. +---------------+
  309. Hand:
  310. +-----------------+---------------+------------------+
  311. | Divine Strength | Argent Squire | Abusive Sergeant |
  312. +-----------------+---------------+------------------+
  313. | Cost = 1 | Cost = 1 | Cost = 1 |
  314. +-----------------+---------------+------------------+
  315. | | Divine Shield | |
  316. +-----------------+---------------+------------------+
  317. | Give 1 / 2 | 1 / 1 | 1 / 1 |
  318. +-----------------+---------------+------------------+
  319. Graveyard: Divine Strength, Wolfrider
  320. Mana: 3
  321. Health: 17
  322. Player: MCTS
  323. ==================================================================================================================================
  324.  
  325.  
  326. Action taken by MCTS: Play Abusive Sergeant -> Attacking HERO with Selfless Hero -> END
  327.  
  328.  
  329. Player: Agent
  330. Health: 9
  331. Mana: 4
  332. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions
  333. Hand:
  334. +----------------------+
  335. | Steward of Darkshire |
  336. +----------------------+
  337. | Cost = 2 |
  338. +----------------------+
  339. | Divine Shield |
  340. +----------------------+
  341. | 3 / 3 |
  342. +----------------------+
  343. Board
  344. +----------------------+---------------+
  345. | Wolfrider | Selfless Hero |
  346. +----------------------+---------------+
  347. | Charge Divine Shield | |
  348. +----------------------+---------------+
  349. | 10 / 2 | 2 / 1 |
  350. +----------------------+---------------+
  351.  
  352. Board:
  353. +---------------+------------------+
  354. | Selfless Hero | Abusive Sergeant |
  355. +---------------+------------------+
  356. | | |
  357. +---------------+------------------+
  358. | 5 / 3 | 1 / 1 |
  359. +---------------+------------------+
  360. Hand:
  361. +-----------------+---------------+----------------------+
  362. | Divine Strength | Argent Squire | Steward of Darkshire |
  363. +-----------------+---------------+----------------------+
  364. | Cost = 1 | Cost = 1 | Cost = 2 |
  365. +-----------------+---------------+----------------------+
  366. | | Divine Shield | Divine Shield |
  367. +-----------------+---------------+----------------------+
  368. | Give 1 / 2 | 1 / 1 | 3 / 3 |
  369. +-----------------+---------------+----------------------+
  370. Graveyard: Divine Strength, Wolfrider
  371. Mana: 4
  372. Health: 17
  373. Player: MCTS
  374. ==================================================================================================================================
  375.  
  376.  
  377. Action taken by Agent: battling Wolfrider and Selfless Hero -> END
  378.  
  379.  
  380. Player: Agent
  381. Health: 9
  382. Mana: 5
  383. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider
  384. Hand:
  385. +----------------------+-------------------+
  386. | Steward of Darkshire | Defender of Argus |
  387. +----------------------+-------------------+
  388. | Cost = 2 | Cost = 3 |
  389. +----------------------+-------------------+
  390. | Divine Shield | |
  391. +----------------------+-------------------+
  392. | 3 / 3 | 2 / 3 |
  393. +----------------------+-------------------+
  394. Board
  395. +---------------+
  396. | Selfless Hero |
  397. +---------------+
  398. | Divine Shield |
  399. +---------------+
  400. | 2 / 1 |
  401. +---------------+
  402.  
  403. Board:
  404. +------------------+
  405. | Abusive Sergeant |
  406. +------------------+
  407. | |
  408. +------------------+
  409. | 1 / 1 |
  410. +------------------+
  411. Hand:
  412. +-----------------+---------------+----------------------+
  413. | Divine Strength | Argent Squire | Steward of Darkshire |
  414. +-----------------+---------------+----------------------+
  415. | Cost = 1 | Cost = 1 | Cost = 2 |
  416. +-----------------+---------------+----------------------+
  417. | | Divine Shield | Divine Shield |
  418. +-----------------+---------------+----------------------+
  419. | Give 1 / 2 | 1 / 1 | 3 / 3 |
  420. +-----------------+---------------+----------------------+
  421. Graveyard: Divine Strength, Wolfrider, Selfless Hero
  422. Mana: 4
  423. Health: 17
  424. Player: MCTS
  425. ==================================================================================================================================
  426.  
  427.  
  428. Action taken by MCTS: Play Steward of Darkshire -> Play Divine Strength -> Attacking HERO with Abusive Sergeant -> END
  429.  
  430.  
  431. Player: Agent
  432. Health: 7
  433. Mana: 5
  434. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider
  435. Hand:
  436. +----------------------+-------------------+
  437. | Steward of Darkshire | Defender of Argus |
  438. +----------------------+-------------------+
  439. | Cost = 2 | Cost = 3 |
  440. +----------------------+-------------------+
  441. | Divine Shield | |
  442. +----------------------+-------------------+
  443. | 3 / 3 | 2 / 3 |
  444. +----------------------+-------------------+
  445. Board
  446. +---------------+
  447. | Selfless Hero |
  448. +---------------+
  449. | Divine Shield |
  450. +---------------+
  451. | 2 / 1 |
  452. +---------------+
  453.  
  454. Board:
  455. +------------------+----------------------+
  456. | Abusive Sergeant | Steward of Darkshire |
  457. +------------------+----------------------+
  458. | | Divine Shield |
  459. +------------------+----------------------+
  460. | 2 / 3 | 3 / 3 |
  461. +------------------+----------------------+
  462. Hand:
  463. +---------------+-------------------+
  464. | Argent Squire | Blessing of Kings |
  465. +---------------+-------------------+
  466. | Cost = 1 | Cost = 3 |
  467. +---------------+-------------------+
  468. | Divine Shield | |
  469. +---------------+-------------------+
  470. | 1 / 1 | Give 4 / 4 |
  471. +---------------+-------------------+
  472. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength
  473. Mana: 5
  474. Health: 17
  475. Player: MCTS
  476. ==================================================================================================================================
  477.  
  478.  
  479. Action taken by Agent: Attacking HERO with Selfless Hero -> END
  480.  
  481.  
  482. Player: Agent
  483. Health: 7
  484. Mana: 6
  485. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider
  486. Hand:
  487. +----------------------+-------------------+---------------+
  488. | Steward of Darkshire | Defender of Argus | Argent Squire |
  489. +----------------------+-------------------+---------------+
  490. | Cost = 2 | Cost = 3 | Cost = 1 |
  491. +----------------------+-------------------+---------------+
  492. | Divine Shield | | Divine Shield |
  493. +----------------------+-------------------+---------------+
  494. | 3 / 3 | 2 / 3 | 1 / 1 |
  495. +----------------------+-------------------+---------------+
  496. Board
  497. +---------------+
  498. | Selfless Hero |
  499. +---------------+
  500. | Divine Shield |
  501. +---------------+
  502. | 2 / 1 |
  503. +---------------+
  504.  
  505. Board:
  506. +------------------+----------------------+
  507. | Abusive Sergeant | Steward of Darkshire |
  508. +------------------+----------------------+
  509. | | Divine Shield |
  510. +------------------+----------------------+
  511. | 2 / 3 | 3 / 3 |
  512. +------------------+----------------------+
  513. Hand:
  514. +---------------+-------------------+
  515. | Argent Squire | Blessing of Kings |
  516. +---------------+-------------------+
  517. | Cost = 1 | Cost = 3 |
  518. +---------------+-------------------+
  519. | Divine Shield | |
  520. +---------------+-------------------+
  521. | 1 / 1 | Give 4 / 4 |
  522. +---------------+-------------------+
  523. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength
  524. Mana: 5
  525. Health: 15
  526. Player: MCTS
  527. ==================================================================================================================================
  528.  
  529.  
  530. Action taken by MCTS: Play Argent Squire -> Play Divine Favor -> Attacking HERO with Abusive Sergeant -> Attacking HERO with Steward of Darkshire -> END
  531.  
  532.  
  533. Player: Agent
  534. Health: 5
  535. Mana: 6
  536. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider
  537. Hand:
  538. +----------------------+-------------------+---------------+
  539. | Steward of Darkshire | Defender of Argus | Argent Squire |
  540. +----------------------+-------------------+---------------+
  541. | Cost = 2 | Cost = 3 | Cost = 1 |
  542. +----------------------+-------------------+---------------+
  543. | Divine Shield | | Divine Shield |
  544. +----------------------+-------------------+---------------+
  545. | 3 / 3 | 2 / 3 | 1 / 1 |
  546. +----------------------+-------------------+---------------+
  547. Board
  548. +---------------+
  549. | Selfless Hero |
  550. +---------------+
  551. | Divine Shield |
  552. +---------------+
  553. | 2 / 1 |
  554. +---------------+
  555.  
  556. Board:
  557. +------------------+----------------------+---------------+
  558. | Abusive Sergeant | Steward of Darkshire | Argent Squire |
  559. +------------------+----------------------+---------------+
  560. | | Divine Shield | Divine Shield |
  561. +------------------+----------------------+---------------+
  562. | 2 / 3 | 3 / 3 | 1 / 1 |
  563. +------------------+----------------------+---------------+
  564. Hand:
  565. +-------------------+---------------+----------------------+
  566. | Blessing of Kings | Selfless Hero | Steward of Darkshire |
  567. +-------------------+---------------+----------------------+
  568. | Cost = 3 | Cost = 1 | Cost = 2 |
  569. +-------------------+---------------+----------------------+
  570. | | | Divine Shield |
  571. +-------------------+---------------+----------------------+
  572. | Give 4 / 4 | 2 / 1 | 3 / 3 |
  573. +-------------------+---------------+----------------------+
  574. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength, Divine Favor
  575. Mana: 6
  576. Health: 15
  577. Player: MCTS
  578. ==================================================================================================================================
  579.  
  580.  
  581. Action taken by Agent: Play Steward of Darkshire -> Play Defender of Argus -> Play Argent Squire -> battling Selfless Hero and Abusive Sergeant -> END
  582.  
  583.  
  584. Player: Agent
  585. Health: 5
  586. Mana: 7
  587. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider, Selfless Hero
  588. Hand:
  589. +-------------------+
  590. | Defender of Argus |
  591. +-------------------+
  592. | Cost = 3 |
  593. +-------------------+
  594. | |
  595. +-------------------+
  596. | 2 / 3 |
  597. +-------------------+
  598. Board
  599. +----------------------+-------------------+---------------+
  600. | Steward of Darkshire | Defender of Argus | Argent Squire |
  601. +----------------------+-------------------+---------------+
  602. | Divine Shield | | Divine Shield |
  603. +----------------------+-------------------+---------------+
  604. | 4 / 4 | 2 / 3 | 1 / 1 |
  605. +----------------------+-------------------+---------------+
  606.  
  607. Board:
  608. +------------------+----------------------+---------------+
  609. | Abusive Sergeant | Steward of Darkshire | Argent Squire |
  610. +------------------+----------------------+---------------+
  611. | | Divine Shield | Divine Shield |
  612. +------------------+----------------------+---------------+
  613. | 2 / 1 | 3 / 3 | 1 / 1 |
  614. +------------------+----------------------+---------------+
  615. Hand:
  616. +-------------------+---------------+----------------------+
  617. | Blessing of Kings | Selfless Hero | Steward of Darkshire |
  618. +-------------------+---------------+----------------------+
  619. | Cost = 3 | Cost = 1 | Cost = 2 |
  620. +-------------------+---------------+----------------------+
  621. | | | Divine Shield |
  622. +-------------------+---------------+----------------------+
  623. | Give 4 / 4 | 2 / 1 | 3 / 3 |
  624. +-------------------+---------------+----------------------+
  625. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength, Divine Favor
  626. Mana: 6
  627. Health: 15
  628. Player: MCTS
  629. ==================================================================================================================================
  630.  
  631.  
  632. Action taken by MCTS: Play Selfless Hero -> Attacking HERO with Abusive Sergeant -> Attacking HERO with Steward of Darkshire -> Attacking HERO with Argent Squire -> END
  633.  
  634.  
  635. Player: Agent
  636. Health: 5
  637. Mana: 7
  638. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider, Selfless Hero
  639. Hand:
  640. +-------------------+
  641. | Defender of Argus |
  642. +-------------------+
  643. | Cost = 3 |
  644. +-------------------+
  645. | |
  646. +-------------------+
  647. | 2 / 3 |
  648. +-------------------+
  649. Board
  650. +----------------------+-------------------+---------------+
  651. | Steward of Darkshire | Defender of Argus | Argent Squire |
  652. +----------------------+-------------------+---------------+
  653. | Divine Shield | | Divine Shield |
  654. +----------------------+-------------------+---------------+
  655. | 4 / 4 | 2 / 3 | 1 / 1 |
  656. +----------------------+-------------------+---------------+
  657.  
  658. Board:
  659. +------------------+----------------------+---------------+---------------+
  660. | Abusive Sergeant | Steward of Darkshire | Argent Squire | Selfless Hero |
  661. +------------------+----------------------+---------------+---------------+
  662. | | Divine Shield | Divine Shield | |
  663. +------------------+----------------------+---------------+---------------+
  664. | 2 / 1 | 3 / 3 | 1 / 1 | 2 / 1 |
  665. +------------------+----------------------+---------------+---------------+
  666. Hand:
  667. +-------------------+----------------------+--------------------+
  668. | Blessing of Kings | Steward of Darkshire | Seal of Champions |
  669. +-------------------+----------------------+--------------------+
  670. | Cost = 3 | Cost = 2 | Cost = 2 |
  671. +-------------------+----------------------+--------------------+
  672. | | Divine Shield | |
  673. +-------------------+----------------------+--------------------+
  674. | Give 4 / 4 | 3 / 3 | Give Divine Shield |
  675. +-------------------+----------------------+--------------------+
  676. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength, Divine Favor
  677. Mana: 7
  678. Health: 15
  679. Player: MCTS
  680. ==================================================================================================================================
  681.  
  682.  
  683. Action taken by Agent: battling Defender of Argus and Argent Squire -> battling Argent Squire and Argent Squire -> Attacking HERO with Steward of Darkshire -> END
  684.  
  685.  
  686. Player: Agent
  687. Health: 5
  688. Mana: 8
  689. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider, Selfless Hero, Argent Squire
  690. Hand:
  691. +-------------------+----------------------+
  692. | Defender of Argus | Steward of Darkshire |
  693. +-------------------+----------------------+
  694. | Cost = 3 | Cost = 2 |
  695. +-------------------+----------------------+
  696. | | Divine Shield |
  697. +-------------------+----------------------+
  698. | 2 / 3 | 3 / 3 |
  699. +-------------------+----------------------+
  700. Board
  701. +----------------------+-------------------+
  702. | Steward of Darkshire | Defender of Argus |
  703. +----------------------+-------------------+
  704. | Divine Shield | |
  705. +----------------------+-------------------+
  706. | 4 / 4 | 2 / 2 |
  707. +----------------------+-------------------+
  708.  
  709. Board:
  710. +------------------+----------------------+---------------+
  711. | Abusive Sergeant | Steward of Darkshire | Selfless Hero |
  712. +------------------+----------------------+---------------+
  713. | | Divine Shield | |
  714. +------------------+----------------------+---------------+
  715. | 2 / 1 | 3 / 3 | 2 / 1 |
  716. +------------------+----------------------+---------------+
  717. Hand:
  718. +-------------------+----------------------+--------------------+
  719. | Blessing of Kings | Steward of Darkshire | Seal of Champions |
  720. +-------------------+----------------------+--------------------+
  721. | Cost = 3 | Cost = 2 | Cost = 2 |
  722. +-------------------+----------------------+--------------------+
  723. | | Divine Shield | |
  724. +-------------------+----------------------+--------------------+
  725. | Give 4 / 4 | 3 / 3 | Give Divine Shield |
  726. +-------------------+----------------------+--------------------+
  727. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength, Divine Favor, Argent Squire
  728. Mana: 7
  729. Health: 11
  730. Player: MCTS
  731. ==================================================================================================================================
  732.  
  733.  
  734. Action taken by MCTS: Play Blessing of Kings -> Play Seal of Champions -> Attacking HERO with Abusive Sergeant -> Attacking HERO with Steward of Darkshire -> Attacking HERO with Selfless Hero -> Attacking HERO with Steward of Darkshire -> END
  735.  
  736.  
  737. Player: Agent
  738. Health: 0
  739. Mana: 8
  740. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider, Selfless Hero, Argent Squire
  741. Hand:
  742. +-------------------+----------------------+
  743. | Defender of Argus | Steward of Darkshire |
  744. +-------------------+----------------------+
  745. | Cost = 3 | Cost = 2 |
  746. +-------------------+----------------------+
  747. | | Divine Shield |
  748. +-------------------+----------------------+
  749. | 2 / 3 | 3 / 3 |
  750. +-------------------+----------------------+
  751. Board
  752. +----------------------+-------------------+
  753. | Steward of Darkshire | Defender of Argus |
  754. +----------------------+-------------------+
  755. | Divine Shield | |
  756. +----------------------+-------------------+
  757. | 4 / 4 | 2 / 2 |
  758. +----------------------+-------------------+
  759.  
  760. Board:
  761. +------------------+----------------------+---------------+
  762. | Abusive Sergeant | Steward of Darkshire | Selfless Hero |
  763. +------------------+----------------------+---------------+
  764. | Divine Shield | Divine Shield | |
  765. +------------------+----------------------+---------------+
  766. | 5 / 1 | 3 / 3 | 6 / 5 |
  767. +------------------+----------------------+---------------+
  768. Hand:
  769. +----------------------+-----------+
  770. | Steward of Darkshire | Wolfrider |
  771. +----------------------+-----------+
  772. | Cost = 2 | Cost = 2 |
  773. +----------------------+-----------+
  774. | Divine Shield | Charge |
  775. +----------------------+-----------+
  776. | 3 / 3 | 3 / 1 |
  777. +----------------------+-----------+
  778. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength, Divine Favor, Argent Squire, Blessing of Kings, Seal of Champions
  779. Mana: 8
  780. Health: 11
  781. Player: MCTS
  782. ==================================================================================================================================
  783. Player: Agent
  784. Health: 0
  785. Mana: 8
  786. Graveyard: Divine Strength, Blessing of Kings, Seal of Champions, Wolfrider, Selfless Hero, Argent Squire
  787. Hand:
  788. +-------------------+----------------------+
  789. | Defender of Argus | Steward of Darkshire |
  790. +-------------------+----------------------+
  791. | Cost = 3 | Cost = 2 |
  792. +-------------------+----------------------+
  793. | | Divine Shield |
  794. +-------------------+----------------------+
  795. | 2 / 3 | 3 / 3 |
  796. +-------------------+----------------------+
  797. Board
  798. +----------------------+-------------------+
  799. | Steward of Darkshire | Defender of Argus |
  800. +----------------------+-------------------+
  801. | Divine Shield | |
  802. +----------------------+-------------------+
  803. | 4 / 4 | 2 / 2 |
  804. +----------------------+-------------------+
  805.  
  806. Board:
  807. +------------------+----------------------+---------------+
  808. | Abusive Sergeant | Steward of Darkshire | Selfless Hero |
  809. +------------------+----------------------+---------------+
  810. | Divine Shield | Divine Shield | |
  811. +------------------+----------------------+---------------+
  812. | 5 / 1 | 3 / 3 | 6 / 5 |
  813. +------------------+----------------------+---------------+
  814. Hand:
  815. +----------------------+-----------+
  816. | Steward of Darkshire | Wolfrider |
  817. +----------------------+-----------+
  818. | Cost = 2 | Cost = 2 |
  819. +----------------------+-----------+
  820. | Divine Shield | Charge |
  821. +----------------------+-----------+
  822. | 3 / 3 | 3 / 1 |
  823. +----------------------+-----------+
  824. Graveyard: Divine Strength, Wolfrider, Selfless Hero, Divine Strength, Divine Favor, Argent Squire, Blessing of Kings, Seal of Champions
  825. Mana: 8
  826. Health: 11
  827. Player: MCTS
  828. ==================================================================================================================================
  829.  
  830. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement