ChristopheG
ChristopheG
Just in case you wonder, I tested it and everything is fine (the second commit is because I forgot that a Vec2 representing yaw and pitch is x=pitch and y=yaw,...
https://gist.github.com/chrisgdt/ece886f1f811e251c15bd4a5934642d5
You can add these lines as temporary fix : ```javascript const {Encoder} = require("random-forest/src/util"); // ... /* -------------------------------- Load a previously saved model ------------------------------- */ var modelName = `./models/rf-BTCUSDT-tf60m-acc0.8603871361073007-epoch1653977716111-ema90-ema140-rsi2-stochk9-stochd3-willr10-pb5-histret1-histret5-forret3-target0.02.model` const...