-
Notifications
You must be signed in to change notification settings - Fork 1
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
Running the project and getting results. #3
Comments
I just needed to confirm some information on running this project that was outside the previously created issues.
|
|
|
Ah Ok, that makes sense. I am reading through your report and the code at the moment. Why did you choose to use negative quadratic distance as your performance measure for? Why not just the quadratic distance? |
I am currently trying to generate the reports being used by res_learner_1D_analyse.py . I can't seem to find log files that are being generated for the analyse code to use. Please advice. |
hey, sorry it took me a bit to get back performance measures: feel free to plug in perf of your choice. neg-square is motivated by keeping the model compatible to differential hebbian learning and binary reward on improvement of perf. if we want proximity can take inverse distance aka * -1. let me check for the reports |
logfiles: it's a bit dumb, logfile is only saved to file once at the end of an episode in the line
when i run it i get
the files are in if you terminate the script before it reaches |
This is just to get deeper instruction for the execution of these project files.
The text was updated successfully, but these errors were encountered: