deep-rts icon indicating copy to clipboard operation
deep-rts copied to clipboard

Manual Play GUI

Open JOST777 opened this issue 5 years ago • 2 comments
trafficstars

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 not interact with it.

JOST777 avatar Nov 08 '20 02:11 JOST777

Hi, Yes. There are two frontends, one in pure C++ and one in python wereas the python one supports input (https://github.com/cair/deep-rts/blob/master/DeepRTS/python/_py_deeprts.py)

To run this you would have to build the python bindings and run the game engine via python

perara avatar Nov 08 '20 05:11 perara

Thanks perara. I got the example in coding working. It looks like I will need to do some work to plug in the python interface?

JOST777 avatar Nov 08 '20 23:11 JOST777