carpemer

Results 3 issues of carpemer

Make sure it works in win

Why you leave the GAMMA \* np.max(readout_j1_batch[i]) out side of the model? Why not leave this part of the formulator into the model like GAMMA \* tf.reduce_max(next_q_results, reduction_indices=1)

Anyone encountered this issue? ``` client = Client('en-US') File "D:\virtualenv\python310\lib\site-packages\twikit\client\client.py", line 83, in __init__ self.http = AsyncClient(proxy=proxy, **kwargs) TypeError: AsyncClient.__init__() got an unexpected keyword argument 'proxy' ```