eduard-permyakov / permafrost-engine

An OpenGL RTS game engine written in C
GNU General Public License v3.0
2.65k stars 114 forks source link

Python Wrapper #28

Closed ma7dev closed 1 month ago

ma7dev commented 3 years ago

Awesome project! I have always liked playing Age of Empires and I admire your work by having a similar game.

I am currently interested in training agents to play the game. After looking into the project source code, I have noticed that the project uses python but it doesn't have a python wrapper like https://github.com/google-research/football where you can interact with the engine.

I think having a python wrapper will enable researchers to use the game to train agents to play the game and this will be a great environment to experiment on!

Are you planning to have a python wrapper implemented? Can the community try to tackle this? Thanks!

eduard-permyakov commented 1 month ago

I've got a fully-featured interactive Python console in the latest version now.