Summary
- Defaulted the experience table’s BrainLearn format flag to false so newly created experience files are written using the standard SugaR V2 layout.
bool is_ready() const;
std::unordered_map<Key, std::vector<ExperienceEntry>> table;
bool binaryFormat = false;
bool brainLearnFormat = false;
std::future<void> loader;
mutable std::mutex tableMutex;
};