Hi snehananavati, my team and I are having some doubts.
Is a team available to join and post a chance to win in both tracks?
May I know the sponsored credits (NVIDIA Brev credits, AWS Bedrock credits, OpenAI API credits) will be distributed to the team? If yes, when will it being distributed? How many credits will be distributed to each team?
Is there any other ways to access the starter kit as we clicked the link and got a 404 error.
We are looking forward and appreciate for your help! Thank you!
Difficult initial setup
The initial setup is quite difficult for testing.
Should we simply follow the instructions on the starter-kit page to see the first test?
Steps such as:
(1) Cloning the starter kit
(here, I had to install diambra)
(2) Running diambra run --path.roms executables/streetfighter3/roms and then uv run python run.py --local
However, the folder does not contain any ROM files.
After cloning the starter-kit GitHub repository, Super Mario runs successfully,
but the other games get stuck at “launching.”
For example:
uv run python run.py --local --games pokemon_red
DIAMBRA
I’m sorry, but I don’t have any prerequisite knowledge about this framework.
Do I need to understand DIAMBRA in order to participate in this contest?
Sample code
There is no explanation of how the LLM is connected to the game and where can I see the interaction between LLM and game in the code.
Providing this would be very helpful for understanding where to begin.
I’m not sure whether the ORAK benchmark paper includes this information, but at least the starter-kit page does not seem to provide it.
check this file:
agents/config.py
there is actually no prepared script for sc2, so you can use random one for tests
StarCraftAgent = RandomStarCraftAgent
or create another that is actually your competition goal
I have to submit one finalized LLM model to cover five games.
So, independent fine-tuning for each game is impossible.
ex)
(O) LoRA_for_ALL for five games.
(X) LoRA-1 for supermario, LoRA-2 for starcraft