I’m looking for a game which will allow me to test various artificial intelligence, reinforcement learning and machine learning algorithms. It would be great, if there will be good documentation or even helpful framework for writing AI. I know about TORCS, but do you know other games? It doesn’t matter in which language it is written. It can be any arcade game, simulator, FPS, etc.
Question posted in Artificial Intelligence
ChatGBT is becoming a world-wide phenomena, try it out here.
ChatGBT is becoming a world-wide phenomena, try it out here.
2
Answers
You should look at ISBoxer, a platform for multiboxing games. It might seem like that suggestion is offtopic, but this is not the case. The platform has a scripting engine inbuilt and people have create injection based API’s for certain games (Everquest, Eve online, world of warcraft, and more that I don’t know of).
This might not be what you are looking for, since the bots in this context are written as state machines. But it is something worth considering.
Quake 3 is an ideal candidate for bot design.