BrainFlowsIntoVRChat
BrainFlowsIntoVRChat copied to clipboard
Self training convenience
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
overwritewhich 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
.pklfiles in themodel\intentdirectory.- Can combine files with varying amounts of actions (A warning is given when this is done)
Obligatory :3
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