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

Querying Might not work properly #487

Closed
Nielssss99 opened this issue Mar 22, 2024 · 1 comment
Closed

Querying Might not work properly #487

Nielssss99 opened this issue Mar 22, 2024 · 1 comment
Labels
bug Something isn't working as intended

Comments

@Nielssss99
Copy link

Describe the bug
The Querying grid for the CPPN assumes four slots for the core module. However, in reality there are 9 slots. This leads to setting infeasible modules, which seem occasionally to lead to collision in Mujoco. Changing the core grid to 3 x 3 works better, but this might still lead to occupying non-available coordinates during querying. Better would be a function to assess whether a module can be placed based on the real coordinates of the already placed modules.

To Reproduce
Common sense

Expected behavior
Querying for whether a block could be placed or not should be accurate, preferably based on real coordinates occupied by the modules.

@Nielssss99 Nielssss99 added the bug Something isn't working as intended label Mar 22, 2024
@oliverweissl
Copy link
Member

See #405

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants