I'm not an avid rF2 driver, but sounds like I may need to take another look
So I take it this neural Ai's storage behavior will be the same as what we have in sims currently?
Let me make it clear that rF2's Type 2 AI training is not neural net. The files are called Wisdom files with the extension WIS. Largest one I see is about 200k for historic Belgium GP, most are <20k, and you get one for each AI car trained. They contain a list of AI commands that look like this when the AI have had training time:
{
CorneringCaution
{
test = 0
{
0.750000 = 2.601025
{
off right = 1.767339
off left = 0.000000
front left grip = 1.000000
front right grip = 1.000000
rear left grip = 0.827951
rear right grip = 1.000000
}
1.000000 = 2.602075
{
off right = 1.764295
off left = 0.000000
front left grip = 1.000000
front right grip = 1.000000
rear left grip = 0.815385
rear right grip = 1.000000
}
1.250000 = 2.601166
{
off right = 1.770547
off left = 0.000000
front left grip = 1.000000
front right grip = 1.000000
rear left grip = 0.833030
rear right grip = 1.000000
}
UnderSteerEffectOnThrottleMulti = 0.975000
UnderSteerEffectOnLineMulti = 1.000000
SPEED = 1.000000
}
test = 1
{
0.550000 = 2.604553
{
off right = 1.750407
off left = 0.000000
front left grip = 1.000000
front right grip = 1.000000
rear left grip = 0.818755
rear right grip = 1.000000
}
0.750000 = 2.604858
{
off right = 1.739768
off left = 0.000000
front left grip = 1.000000
front right grip = 1.000000
rear left grip = 0.808268
rear right grip = 1.000000
}
0.950000 = 2.605072
{
off right = 1.750516
off left = 0.000000
front left grip = 1.000000
front right grip = 1.000000
rear left grip = 0.819231
rear right grip = 1.000000
}
UnderSteerEffectOnThrottleMulti = 0.731250
UnderSteerEffectOnLineMulti = 1.000000
SPEED = 1.000000
}