-
Hi!
Great to see DeepRTS in active use! Hope its base contributes to some fancy discovery.
I see you are actively changing the source, which is good! Is there any notable fixes or features that w…
-
After installing DeepRts I cannot run the code as it is either missing dependencies or smth. like that.
```
AttributeError: 'DeepRTS.Engine.Config' object has no attribute 'set_start_wood'
```
-
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 t…
-
Hello! I'm not being able to use custom maps on DeepRTS.
If I try to load a map that is not inside the default maps folder, it fails. I took a look at the code and saw that the game will only run m…
-
The paper mentions a C++ GUI that enables manual play of DeepRTS. Is there still such a thing in the project?
I built and ran DeepRTSGame from Cmake, but the GUI only shows the game map and I can …
-
Hi there!
Recognize your work on AStarRL using Deep RTS. Do you possibly have an article or report published of your work? :)
-
I am currently using opencv version 4.5.4 to compile this project. It turns out giving me these errors:
ndarray_converter.obj : error LNK2001: unresolved external symbol "public: void __cdecl cv::…
-
-
The following lists Gamebreaker teams and their two video games:
Aurora Flight Sciences is teamed with MIT and will use StarCraft II and Google Research Football
BAE is teamed with UC Sant…
-
I've tried to run your given example in README, then the script thrown an exception at `g.update()`:
```
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
[FPS…