michael20at

Results 10 issues of michael20at

Does cule support windows 10? I get quite a few errors when running setup.py, both with cuda 10 and 10.1, mainly because the file structur seems to be different on...

Hi, not a bug per se, but I couldn't train on windows 10 at first. Had to set dataloader workers to 0. And for ``` scores, *_ = pack_padded_sequence(scores, decode_lengths,...

Hi, i was trying to expand go-explore for other games (gym and retro), but ran into the problem of facepixels. As far as I understand you use it to identify...

Hi, I see the link for the mobile app is down, any reason why? App seems to still be in the android store, would have been really interesting to see...

Hi, I got RND to run and train on windows, which seem to work fine. But it's not saving anything, neither the weights nor a video to watch. is that...

Hi, not an issue per se, but the class **VecFrameStack(VecEnvWrapper)** in **vec_env.py** appears to be double, they are exactly the same! (starting at Line 133 and 169)

Hi, when trying python run.py I get "Couldn't guess the available gpus on this machine". I use WinPython on Win10. After looking into the utils.py file i see the problem...

First, thanks for the great work! I tried the DQN Speedup files and was able to get 01 and 02 to run (with about 50fps on an GTX 1070), but...

Hi, I'm getting a frustrating error on windows: ``` File "train.py", line 226, in main for parent_conn, action in zip(parent_conns, actions): TypeError: zip argument #2 must support iteration ``` Num...

Hi, thanks for your great work. I wanted to try out the FMC Notebook, but it's not working for me, problem is at ``` env = ParallelEnvironment(name=name,env_class=AtariEnvironment, blocking=False, n_workers=8, n_repeat_action=n_repeat_action)...