dzy1997
dzy1997
I have checked my code and set eps properly. But I am still getting no variances at all, and trying to watch the match gives an "result has no attribute...
I am trying to convert TicTacToeEnv to a single-agent environment (where the opponent is a random agent and part of the environment). Does that mean I need to inherit the...
Your log is exactly what I got with the code I posted. I just fixed the problem with `watch_selfplay` that I should deep copy the agent first when constructing multi-agent...
Well thanks for finding the problem! I mainly followed `train_agent()` in the example to write my self-play code. I will be glad to contribute to the repo once I finish...
I tried for several times but installing pytorch 0.3.1 in a python 3.7 (anaconda) environment would just fail. Can you share your channel choice for installing python packages?
Yes that's what I've tried. I first created an (conda) environment with python 3.7 then tried to install pytorch 0.3.1. It didn't work. Here's part of the output: `UnsatisfiableError: The...
Ok so I tried to create a new environment with Python 3.6 and install Pytorch 0.3.1. It gave me the following message: UnsatisfiableError: The following specifications were found to be...
Update: I managed to modify model.py to use the official DCN implementation (torchvision.ops.deform_conv) and get rid of the ffi dependency. However when I try to load model/model.pt, ffi is still...
我也是mac玩家,直接clone这个repo后双击点开index.html就可以在浏览器里玩了
Got the same problem here, if the path contains any subdirectories, the registered handler "shareFilesFromDirectory" won't be invoked at all.