Loading
0 Follower
0 Following
hwanggeumhwan

Badges

0
0
0

Activity

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

Challenge Categories

Loading...

Challenges Entered

Latest submissions

No submissions made in this challenge.

Build an LLM agent for five real-world games

Latest submissions

See All
failed 308582
Participant Rating
Participant Rating

Orak Game Agent Challenge 2025 Forum

📹 Q&A with Challenge Organisers | Join the Townhall 9th January 11:00 AM KST

About 2 months ago

Hello, I have a few questions.

  1. Currently, the grpc server counts each action request as a step, not each response. Therefore, even if the response isn’t called 200 times, if you send multiple actions from the use_tool action, the server counts each as a step and recognizes that 200 steps have been reached. For example, when executing the continue_dialog action, the client counts it as one step, but the server counts each action (a) that moves the dialog box forward as one step. I changed this to a client-side step counting method, and I’m wondering if this is legal.

  2. I’m curious about how much information is allowed in the prompt. The current rules seem ambiguous.

Thank you for your help.

Pokemon Red Step Limit

About 2 months ago

Currently, the grpc server counts each action request as a step, rather than each response. So, even if you don’t call response 200 times, if you send multiple actions from the use_tool action, the server counts each as a step and recognizes that you’ve reached 200 steps. For example, when executing the continue_dialog action, the client counts it as one step, but the server counts each action (a action) that moves the dialog box forward as a step. I changed this to a client-side step counting method, but I’m wondering if this is legal.

hwanggeumhwan has not provided any information yet.