
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
Train LLMs to Play Chess
Latest submissions
| Participant | Rating |
|---|
| Participant | Rating |
|---|
-
A_Great_Toe Orak Game Agent Challenge 2025View
Orak Game Agent Challenge 2025 Forum
Pokemon Red Step Limit
About 2 months agoCurrently, 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.
📹 Q&A with Challenge Organisers | Join the Townhall 9th January 11:00 AM KST
About 2 months agoHello, I have a few questions.
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.
I’m curious about how much information is allowed in the prompt. The current rules seem ambiguous.
Thank you for your help.