Atan

Results 3 issues of Atan

the function huber_loss in utils is like: ``` def huber_loss(e, d): a = (abs(e) d).float() return a*e**2/2 + b*d*(abs(e)-d/2) ``` It may come with a zero loss when error is...

The **initial positions** of the players in 11_vs_11_{}_stochastic are shown as below: ![捕获](https://user-images.githubusercontent.com/46615197/173177748-8fa2cad0-65af-4473-b92c-ba061a3b5557.PNG) As you can see,the player **3,4,5,6** are in the backline. However,during the game, the re-initialising positions are...

Hi, I am currently working on experiments for my algorithm and intend to test it on the subgame of Libratus mentioned in [^1]. I have noticed that the **universal_poker** has...