Adding a system to compare two AI implementations (AIPlayerBaka and AIPlayerBakaB). This can be used to make sure a change to the AI is not making the AI weaker, for example.
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
// Debug options - comment/uncomment as needed
|
||||
//#define DEBUG_CACHE
|
||||
#ifdef _DEBUG
|
||||
#ifdef WIN32
|
||||
#define AI_CHANGE_TESTING
|
||||
#endif
|
||||
//#define RENDER_AI_STATS
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user