-
Notifications
You must be signed in to change notification settings - Fork 15
Can't find the strategy in batch mode #11
Comments
Hey @chaostica! In other strategies such a mistake too? Is this strategy https://github.com/xFFFFF/Gekko-Strategies/tree/master/neuralnet_v2? I just copied and run. I have no errors, and the settings took from .toml path |
Sorry, I haven't been able to get back to this until now. I just tried again with a fresh copy of batcher in a fresh Ubuntu install. I still get "ERROR: Cannot find Gekko's config file". In the batcher config file it says: Daniel |
Hey, no problem. gekko-batcher and gekko folders should be at one level directory.
|
it's a bit late for you but if anyone see's this, yes - the gekko and gekko-batcher need to sit side by side and not inside one another. |
There must be something I'm missing. I keep getting "ERROR: can't find strategy" when trying to run batch. I've tried installing and setting up numerous times on MacOS and Ubuntu without success. I've limited the batch to neuralnet_v2. The log shows the following:
uncaughtException TypeError: Cannot read property 'learning_rate' of undefined
at Base.init (/home/dbw/gekko/strategies/neuralnet_v2.js:70:36)
The address shown is correct for the strategy, but the error suggests that it's looking for the toml. I've tried setting it up to read the parameters directly from the batcher config, but I get the same errors.
I think I've followed the install and setup instuctions exactly, so I'm stumped. Can you help?
The text was updated successfully, but these errors were encountered: