-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bug in dataloader.py #13
Comments
the dataloader is supposed to handle 3,4,6 and 6 row. here is the getter function, i should add a setting in config/environnement.json to handle this kind of things. Thanks for your support. |
Before you reworked the core I could use the same data to train the model. Did you remove that functionality? |
I haven't removed that feature, i've just commented the last 3 names here. You can uncomment it if you want, but take care about names if you are using complex network ! |
Okay. Can't try it out because I am getting all sorts of errors when trying to run the different modes. When I run the live session I now get
|
I'm working on live session actually, there is alot of fix to do |
Hi,
I ran into a problem when I tried running the new core. I successfully built the PPO agent, but when I executed an eval session I received the following exception.
I'm not sure if the code is supposed to be able to handle a row length of 10 or not, but there shouldn't be any problem with the data as I tested it before and made sure the path is correct.
The text was updated successfully, but these errors were encountered: