edouardklein

Results 7 comments of edouardklein

Thank you very much for your answers :) Putting them back is a good idea, but I'm not familiar with asyncio enough to know whether this can be done with...

Hi, I have been bitten by the same bug, and after debugging it I came up with mostly the same solution. I found this PR when trying to open one....

I had the same problem. I solved it by adding the following to my .emacs, inspired by https://willschenk.com/articles/2020/tramp_tricks/: ``` (push (cons "k8s" '((tramp-login-program "kubectl") (tramp-login-args (("exec") ("-it") ("%h") ("--") ("/bin/bash")))...

I believe I ran into the same bug. The .pdfpc file was not the issue as it did not exist yet (no notes saved). A quick workaround is to disable...

Additional criticism that could be voided by adding this feature : > This is very likely a bug: there is clearly a bunch of crystals right next to the robot,...

Hi, I'm sorry, I haven't touched this code in 7 years, so I'm a bit rusty. Maybe the commented version can help you out ? https://github.com/edouardklein/RL-and-IRL/blob/master/tutorials/Exp7.py I kind of remember...

Also, I would advise you to use the problems at https://gym.openai.com/ for testing. It did not exist back when I wrote this code, but it is the standard way of...