Skip to content

Commit 79e8cd2

Browse files
authored
[codex] document submission inspection and deletion flow (#55)
* document submission inspection and deletion flow * reframe README note as reward hack section
1 parent 45e4ae5 commit 79e8cd2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,23 @@ popcorn submissions delete <ID>
124124
popcorn submissions delete <ID> --force
125125
```
126126

127+
#### Avoid Reward Hacks
128+
129+
If you want to avoid reward hacks, inspect your past submissions and delete any bad ones.
130+
131+
```bash
132+
# 1. List your submissions and note the ID
133+
popcorn submissions list --leaderboard grayscale_v2
134+
135+
# 2. Inspect the exact code stored for that submission
136+
popcorn submissions show 1234
137+
138+
# 3. Delete the submission if you do not want it kept
139+
popcorn submissions delete 1234
140+
```
141+
142+
`list` shows the submission `ID`, `show` prints the full submitted code for that `ID`, and `delete` previews the submission before removing it.
143+
127144
### Authentication
128145

129146
Register or re-register your CLI with Discord or GitHub.

0 commit comments

Comments
 (0)