Loading
0 Follower
0 Following
ilya_gusev
Ilya Gusev

Badges

2
0
0

Activity

Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Mon
Wed
Fri

Challenge Categories

Loading...

Challenges Entered

Latest submissions

See All
graded 304776
failed 304774

Build an LLM agent for five real-world games

Latest submissions

See All
graded 304675
graded 304644
graded 304639

Latest submissions

See All
graded 223315
graded 221508
graded 221496

Machine Learning for detection of early onset of Alzheimers

Latest submissions

No submissions made in this challenge.
Participant Rating
Participant Rating

Orak Game Agent Challenge

Pokemon map is broken?

About 17 hours ago

This submission, for instance: AIcrowd | Orak Game Agent Challenge 2025 | Submissions #304644

The game clearly started, the menu and initial dialog were passed. The location is RedsHouse1f. From what I can see, one of the problems might be that in the โ€œmap_names.jsonโ€ it is โ€œRedsHouse1Fโ€, not โ€œRedsHouse1fโ€ (with capital F).

The bigger problem in the code is the fact that โ€œpokemon_tools.pyโ€ or โ€œpokemon_tools_mcp.pyโ€ are not used anywhere at all. Including the โ€œprocess_state_toolโ€ function that is supposed to replace โ€œ?โ€ when the tile is explored. Another side effect of that is that advanced tools (such as โ€œmove_toโ€) are not callable.

Pokemon map is broken?

Yesterday

It seems that after the recent evals update, the map is broken both in local and remote modes. Most of the cells are โ€˜?โ€™. I think before the update, it wasnโ€™t the case.

From the logs:
Map on Screen:\n( 2, 0): ?\t( 3, 0): ?\t( 4, 0): ?\t( 5, 0): ?\t( 6, 0): ?\t( 7, 0): ?\t\n( 2, 1): ?\t( 3, 1): ?\t( 4, 1): ?\t( 5, 1): ?\t( 6, 1): ?\t( 7, 1): ?\t\n( 2, 2): ?\t( 3, 2): ?\t( 4, 2): ?\t( 5, 2): ?\t( 6, 2): ?\t( 7, 2): ?\t\n( 2, 3): ?\t( 3, 3): ?\t( 4, 3): ?\t( 5, 3): ?\t( 6, 3): ?\t( 7, 3): ?\t\n( 2, 4): ?\t( 3, 4): ?\t( 4, 4): ?\t( 5, 4): OBJ_1_1\t( 6, 4): ?\t( 7, 4): ?\t\n( 2, 5): ?\t( 3, 5): ?\t( 4, 5): ?\t( 5, 5): ?\t( 6, 5): ?\t( 7, 5): ?\t\n( 2, 6): ?\t( 3, 6): ?\t( 4, 6): ?\t( 5, 6): ?\t( 6, 6): ?\t( 7, 6): ?

ilya_gusev has not provided any information yet.