-
Notifications
You must be signed in to change notification settings - Fork 1
Maintain Bot Constant Continuity #117
Copy link
Copy link
Open
Labels
Bot Behavior ModificationA task that involves analyzing current behavior and making a change based on thatA task that involves analyzing current behavior and making a change based on thatPythonRequires Python ProgrammingRequires Python ProgrammingSQLiteRequires SQLite ProgrammingRequires SQLite ProgrammingSmall Project
Milestone
Metadata
Metadata
Assignees
Labels
Bot Behavior ModificationA task that involves analyzing current behavior and making a change based on thatA task that involves analyzing current behavior and making a change based on thatPythonRequires Python ProgrammingRequires Python ProgrammingSQLiteRequires SQLite ProgrammingRequires SQLite ProgrammingSmall Project
Currently bot constants are generated at the start of each turn in the range of the bots type. This means a bot's behavior can change significantly from one hour to another. Inorder to address this we should create a new sqlite table to store the bots profile and load from it whenever the bots are going to make a turn instead of generating new constants each time.