Jinwei Xing
Jinwei Xing
I tried python3.6 main.py --env Pong-v0 --workers 32 and the problem is still the same. The environment is pytorch 0.4.1. Ubuntu 16.04 python3.6 ``` root@jinwei:~/code/rl_a3c_pytorch# python3.6 main.py --env Pong-v0 --workers...
It's weird that MsPacman-v0 will stuck. I found the reason could be that some of my processes become zombie processes. (Maybe because of the lack of CPU resources). There were...
I think the discount attribute is also considered as a parameter to evolve. In the LanderGenome class, you can see that the discount is also involved in mutate, crossover, configure...
Hi, Currently we don't have updated support for CARLsim in Windows OS. We strongly recommend you to use CARLsim in Linux and would be happy to give you more support...
Hi, CARLsim4 was not tested on Ubuntu 18.04 or 20.04. But you can run the google test in your local computer after installation. If all tests are passed, I think...
Hi @bmazoure , I'm trying to run the same script and meet an error of `ModuleNotFoundError: No module named 'rlpyt.adam'`. I cannot find the module of rlpyt.adam in the repository....
> > Hi, > > It seems that the encoder in actor never be updated either by loss or soft update (EMA), except that in the initialisation. > > `#...
Looking forward to an explanation too!
Hi @Demalll, thank you for your interest in CARLsim. The latest version is CARLsim6 https://github.com/UCI-CARL/CARLsim6. Could you try that version? You could get more help if using CARLsim6 as it's...