hard007ik commited on
Commit
35bb9d3
·
1 Parent(s): 5c3c008

yaml updated

Browse files
Files changed (1) hide show
  1. openenv.yaml +30 -0
openenv.yaml CHANGED
@@ -5,3 +5,33 @@ runtime: fastapi
5
  app: server.app:app
6
  port: 8000
7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  app: server.app:app
6
  port: 8000
7
 
8
+ tasks:
9
+ - id: market_timing
10
+ name: "Market Price Analyst"
11
+ description: >
12
+ Analyze gold price fluctuations across up to 3 market rounds.
13
+ Decide whether to buy immediately or wait for a price drop.
14
+ Reserve enough cash for crafting labor ($100-$300).
15
+ grader:
16
+ type: reward_threshold
17
+ threshold: 0.3
18
+
19
+ - id: demand_crafter
20
+ name: "Demand-Based Crafter"
21
+ description: >
22
+ Check warehouse demand levels for ring, necklace, and bracelet.
23
+ Choose the highest-demand product you can afford to craft.
24
+ Products: ring (1oz + $200), necklace (2oz + $300), bracelet (0.5oz + $100).
25
+ grader:
26
+ type: reward_threshold
27
+ threshold: 0.2
28
+
29
+ - id: profit_negotiator
30
+ name: "Profit Maximizer"
31
+ description: >
32
+ Complete the full pipeline: buy gold at a good price, craft the
33
+ best product based on demand, and negotiate with the customer.
34
+ Counter-offer to drive up the price before accepting.
35
+ grader:
36
+ type: reward_threshold
37
+ threshold: 0.25