-
Notifications
You must be signed in to change notification settings - Fork 333
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
兄弟-1索引下标是怎么通过测试的 #90
Comments
It appears to be a bug. Could you open a PR to fix it? I guess it is because the group agents are not useful for getting |
search text in gridworld.py with "_LIB.env_get_info(self.game, -1",it appears 5 times I build a windows version and debug it |
@Kipsora is correct. The variable |
gridworld.py
420行
_LIB.env_get_info(self.game, -1, b"global_minimap",
buf.ctypes.data_as(ctypes.POINTER(ctypes.c_float)))
c++ 712行
void GridWorld::get_info(GroupHandle group, const char *name, void *void_buffer) {
// for more information from the engine, add items here
The text was updated successfully, but these errors were encountered: