Spaces:
Paused
Paused
Commit ·
f9880dd
1
Parent(s): 4bfe286
update
Browse files
server/viraltest_environment.py
CHANGED
|
@@ -92,7 +92,7 @@ _HEATMAP_GRID: Dict[int, List[float]] = {
|
|
| 92 |
# Constants (research-backed, Tier 1-3 sources)
|
| 93 |
# ---------------------------------------------------------------------------
|
| 94 |
|
| 95 |
-
TASK_HORIZON =
|
| 96 |
|
| 97 |
# Socialinsider 2026 (31M posts)
|
| 98 |
CONTENT_ENERGY_COST = {
|
|
|
|
| 92 |
# Constants (research-backed, Tier 1-3 sources)
|
| 93 |
# ---------------------------------------------------------------------------
|
| 94 |
|
| 95 |
+
TASK_HORIZON = 30 # 30 daily steps (monthly cycle)
|
| 96 |
|
| 97 |
# Socialinsider 2026 (31M posts)
|
| 98 |
CONTENT_ENERGY_COST = {
|
training/train_grpo.ipynb
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|