Skip to content

Commit 5721961

Browse files
committed
Enh(config): Tell agent it's already at working_dir
1 parent 1457c00 commit 5721961

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

configs/pvp/battlecode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ prompts:
2929
3030
Your task: improve the bot in `src/mysubmission`, located in {{working_dir}}.
3131
{{working_dir}} is your codebase, which contains both your bot and supporting assets.
32+
All of your commands will be executed in the {{working_dir}} directory (see notes below).

configs/pvp/battlesnake.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ prompts:
3131
3232
Your task: improve the bot in `main.py`, located in {{working_dir}}.
3333
{{working_dir}} is your codebase, which contains both your bot and supporting assets.
34+
All of your commands will be executed in the {{working_dir}} directory (see notes below).

configs/pvp/corewar.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ prompts:
2727
2828
Your task: improve the bot in `warriors/warrior.red`, located in {{working_dir}}.
2929
{{working_dir}} is your codebase, which contains both your bot and supporting assets.
30+
All of your commands will be executed in the {{working_dir}} directory (see notes below).

configs/pvp/robocode.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ prompts:
3939
4040
Your task: improve the bot in `robots/custom/`, located in {{working_dir}}.
4141
{{working_dir}} is your codebase, which contains both your bot and supporting assets.
42+
All of your commands will be executed in the {{working_dir}} directory (see notes below).

configs/pvp/robotrumble.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ prompts:
2727
2828
Your task: improve the bot in `robot.py`, located in {{working_dir}}.
2929
{{working_dir}} is your codebase, which contains both your bot and supporting assets.
30+
All of your commands will be executed in the {{working_dir}} directory (see notes below).

configs/single_player/battlesnake.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ prompts:
2626
2727
Your task: improve the bot in `main.py`, located in {{working_dir}}.
2828
{{working_dir}} is your codebase, which contains both your bot and supporting assets.
29+
All of your commands will be executed in the {{working_dir}} directory (see notes below).

0 commit comments

Comments
 (0)