Mingxuan Li

Results 6 issues of Mingxuan Li

Thank you guys for your incredible work ! This toolbox boosts our research a lot. But we found some more on this topic that DDN and DeepFool are also good...

enhancement

Pip version gym-Sokoban doesn't support kwargs currently. It took me 1 hour to debug looking at the newest version code on github. `TypeError: __init__() got an unexpected keyword argument 'dim_room'`

Hi, I managed to recompile the client and server on my own but my client doesn't have that "Disassembler" and "Utils" tab. Also I cannot see ETA while dumping. Do...

Hi could you find this event for HGSS? Thank you so much!

1. In python3.7 "async" is used by python as a keyword which will result in a syntax error when used as a function parameter. Pytorch cuda semantics change it non_blocking...

Hi guys, I'm trying to normalize the `state_to_json()` outputs. For example, in the pong game, the function returns something like, ``` {'reset': False, 'p1_score': 0, 'p2_score': 0, 'ball': {'position': {'x':...