Is your feature request related to a problem? Please describe.
I am trying to create an AI solution that would allow me to play my AI tank agent against OOTB tanks.
I have created docker images for each booter, gui, controller, observer, server and, my AI bot.
I can instantiate a container for each the gui, controller, observer, server, and my AI bot.
Describe the solution you'd like
I would like the booter to connect to a remote game server and boot OOTB tanks.
So the AI tank agents plays initially against 1 or more OOTB tanks to gather experience
Then the AI bot agent would use a offline RL algo to train and play again with OOTB tanks until it can beat them.
Is your feature request related to a problem? Please describe.
I am trying to create an AI solution that would allow me to play my AI tank agent against OOTB tanks.
I have created docker images for each booter, gui, controller, observer, server and, my AI bot.
I can instantiate a container for each the gui, controller, observer, server, and my AI bot.
Describe the solution you'd like
I would like the booter to connect to a remote game server and boot OOTB tanks.
So the AI tank agents plays initially against 1 or more OOTB tanks to gather experience
Then the AI bot agent would use a offline RL algo to train and play again with OOTB tanks until it can beat them.