VedalAI / neuro-amongus

Among Us Plugin for Neuro-sama
GNU General Public License v3.0
531 stars 50 forks source link

Record if the player is alive and current roles #52

Closed Vedal987 closed 1 year ago

Vedal987 commented 1 year ago

Should record more roles than just imposter in case we need it in the future. Recording if the player is alive or not will be very useful for constructing training data.

Alexejhero commented 1 year ago

I thought that you want all neural network communication to be disabled once the player is dead

Vedal987 commented 1 year ago

I thought that you want all neural network communication to be disabled once the player is dead

Yes but for that reason we only want training data from when the player is alive, so either we only record data when the player is alive or we record if the player is alive or not and simply exclude that data when training the AI.

Alexejhero commented 1 year ago

Already implemented.

We are already recording these fields in HeaderFrame, and if the player is dead we're not sending any data currently.