Matteo Dell'Acqua

Results 2 comments of Matteo Dell'Acqua

Hey @akashsara, in general you should have something like ``` challenge_task = asyncio.ensure_future(player1.agent.accept_challenges(player2.username, N_CHALLENGES)) for _ in range(N_CHALLENGES): step = player1.reset() while not step.done: action = model1.action(state) state = player1.step(action)...

> you are the Windows expert Why does that feel like an insult... 😉 Anyway, **AFAIK** Windows does not enforce a hard cap on the **number** of mmaps so this...