Tianyi (Alex) Qiu commited on
Commit
d9475ea
·
1 Parent(s): 139f14b

Update instructions

Browse files
Files changed (1) hide show
  1. src/about.py +5 -9
src/about.py CHANGED
@@ -41,6 +41,8 @@ EVALUATION_QUEUE_TEXT = """
41
 
42
  To submit your progress alignment algorithm, please follow the following steps.
43
 
 
 
44
  #### Step 1: Clone the ProgressGym codebase
45
 
46
  [More explanation coming]
@@ -74,21 +76,15 @@ CITATION_BUTTON_TEXT = r"""@article{progressgym,
74
  SUBMIT_CHALLENGE_TEXT = """
75
  ## Steps to submit your progress alignment challenge
76
 
77
- To submit your progress alignment challenge, please follow the following steps.
78
 
79
- #### Step 1: Clone the ProgressGym codebase
80
 
81
- [More explanation coming]
82
 
83
  #### Step 2: Implement your progress alignment challenge as a `Judge` class
84
 
85
- [More explanation coming]
86
-
87
  #### Step 3 (optional but recommended): Run the benchmark script on all challenges
88
 
89
- [More explanation coming]
90
-
91
  #### Step 4: Submit the link to your codebase and (optional but recommended) the generated results as a JSON file
92
-
93
- [More explanation coming]
94
  """
 
41
 
42
  To submit your progress alignment algorithm, please follow the following steps.
43
 
44
+ Note that we are in the process of compiling a full documentation for the submission process, and for the usage of the ProgressGym framework in general. We will update this page with more detailed instructions when we release the full codebase in a few days - please [stay tuned](https://docs.google.com/forms/d/e/1FAIpQLSd0ofaMypr7YJhUbdjNgaEQ3BV2aam5joCM7pLj1IRvprLrYA/viewform)!
45
+
46
  #### Step 1: Clone the ProgressGym codebase
47
 
48
  [More explanation coming]
 
76
  SUBMIT_CHALLENGE_TEXT = """
77
  ## Steps to submit your progress alignment challenge
78
 
79
+ To submit your progress alignment challenge, please follow the following steps.
80
 
81
+ Note that we are in the process of compiling a full documentation for the submission process, and for the usage of the ProgressGym framework in general. We will update this page with more detailed instructions when we release the full codebase in a few days - please [stay tuned](https://docs.google.com/forms/d/e/1FAIpQLSd0ofaMypr7YJhUbdjNgaEQ3BV2aam5joCM7pLj1IRvprLrYA/viewform)!
82
 
83
+ #### Step 1: Clone the ProgressGym codebase
84
 
85
  #### Step 2: Implement your progress alignment challenge as a `Judge` class
86
 
 
 
87
  #### Step 3 (optional but recommended): Run the benchmark script on all challenges
88
 
 
 
89
  #### Step 4: Submit the link to your codebase and (optional but recommended) the generated results as a JSON file
 
 
90
  """