BrainFlowsIntoVRChat icon indicating copy to clipboard operation
BrainFlowsIntoVRChat copied to clipboard

Self training convenience

Open Scapsters opened this issue 2 years ago • 1 comments

Self-Training Convenience

Originally just some things to make it easier for me to get lots of data, but I've tried polishing it.

I deviated from the original code style, but it makes it easier for me to look at (:

Changes:

Self training:

  • Session time adjustable as a constant in code
  • Buffer time (Time between hitting enter and it recording) adjustable as a constant in code
  • New argument overwrite which allows control over saving multiple training sessions
    • 0 is no overwrite, 1 is yes overwrite. Default is 1 (same behavior as before)

Model training:

  • Can combine all .pkl files in the model\intent directory.
    • Can combine files with varying amounts of actions (A warning is given when this is done)

Obligatory :3

Scapsters avatar Apr 27 '24 21:04 Scapsters

Would it be possible to instead add the constants as a command line arguments instead? Also, go ahead and update the readme to reflect the new command line arguments, as well as what this can do for you

ChilloutCharles avatar Apr 30 '24 01:04 ChilloutCharles