How would i have a python program take actions in a game i coded in c++?
The problem is as follows:
I have an environment coded in c++, a normal user can interact with this program by reading the state of the environment from the terminal and typing their action in to the terminal.