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

"Violated Feature Bounds" errors in high-level feature set; obeying docs+utility vs compatibility #33

Open
drallensmith opened this issue Jul 13, 2017 · 0 comments

Comments

@drallensmith
Copy link
Contributor

When doing test runs of the example agents and using the high-level feature set, I am frequently seeing "Violated Feature Bounds" errors; files are attached below (some of agents/cpp code with other changes). I have traced at least some of these to highlevel_feature_extractor.cpp, where it was not checking for validity of self or ball positions before providing them. By the manual, it should have put in FEAT_INVALID (-2) instead of clamping at the end of the correct range. However, fixing this, such as via the linked code, may break code or, rather worse, trained learners (frequently more difficult to change than code!). This would be especially true if the old code output +1 and the new code output -2. I'm not sure what to do.

-Allen

agent1.old2.txt
agent1.pyrandomization.txt
agent1.txt
agent2.old2.txt
agent2.pyrandomization.txt
agent2.txt

@drallensmith drallensmith changed the title "Violated Feature Bounds" errors in high-level feature set; how to deal with "Violated Feature Bounds" errors in high-level feature set; obeying docs+utility vs compatibility Jul 17, 2017
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