deep-rts
deep-rts copied to clipboard
Installation issue
Hello, I have tried many ways to install DeepRTS. I was able to install the older version but it seems not to be a gym environment. Based on your minimal example, I see it is a gym environment in the new version. I tried to install the new version with setup.py in the first page, but it failed. Then, after lots of trials, I succeed to install it. There is a "DeepRTS" in my environment's site-package. There also is "python" folder inside it. However, there is no "Engine" folder or .py file inside DeepRTS folder. Therefore, I get error for the "from DeepRTS import Engine" line, since it does not exist. Instead, I see a file with name "Engine.cpython-37m-x86_64-linux-gnu.so", maybe it is related to this issue.
Could you help me about the problem, if you already know about it. Or could you help me about the installation instructions ?
Thanks in advance,
Same issue, have you resolved it?