Skip to content
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

rtneat always take hardmaze even when pass in medium maze. #2

Open
khieu opened this issue Jun 6, 2017 · 0 comments
Open

rtneat always take hardmaze even when pass in medium maze. #2

khieu opened this issue Jun 6, 2017 · 0 comments

Comments

@khieu
Copy link

khieu commented Jun 6, 2017

Hello, I am using novelty search in this project and there seems to be a bug on neatmain.cpp. When running rtneat program with param, the README suggest that user can call ./rtneat maze.ne <mazefilename>
I look into the code and there seems to be a small bug at
https://github.com/jal278/novelty-search-cpp/blob/master/neatmain.cpp#L43. The if clause assigns filename to argv[3] which I think should be argv[2] (medium_maze.txt or any other map). Thus it ends up always use the default map which is the hard_maze.txt. Is there any chance you can confirm this bug ? If it's an actual bug I can open a pull request to fix it.

Thanks,
Hieu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant