Research Article
[Retracted] Heuristic Sensing: An Uncertainty Exploration Method in Imperfect Information Games
Input: Information set of agent in turn : , The set of legal sense actions: | Output: Sense action: | (1) | for each in do | (2) | Perform every legal move action for to get successors | (3) | end for | (4) | Combine all successors to update | (5) | Let | (6) | for each in do | (7) | for each two states in do | (8) | Calculate using formula (2) | (9) | end for | (10) | Find and calculate using formula (4) | (11) | Calculate using formula (5) | (12) | ifthen | (13) | | (14) | | (15) | end if | (16) | end for | (17) | return. |
|