-
Notifications
You must be signed in to change notification settings - Fork 24
Description
This is definitely the most interesting artificial challenge I’ve seen since the Abstract Reasoning Challenge (ARC). Before I dive into this and start coding, I have a small question. From what I understand, this challenge tests the agent’s ability to make (simple) decisions. However, when I tried the manual bot, I felt that the most difficult part was not decision making, but controlling the bot in a smooth and stable way so that it does not hit the wall. This was not easy for me: I tried about 10 times, and the maximum score I achieved was only 9 on the first task (I assume I made the right choice, but had difficulty executing it). Therefore, these tasks seem to be more of a low-level movement control challenge rather than a high-level navigation or decision-making challenge. Both aspects are important and not fully understood in biological intelligence, nor fully solved in artificial intelligence, but the intended focus may influence the design philosophy of the moving agent. Any clarification on this would be greatly appreciated!