Dan Vancea commited on
Commit
bc1c818
·
1 Parent(s): 7c5df99

Update predict_from_supabase.py

Browse files
Files changed (1) hide show
  1. predict_from_supabase.py +1 -1
predict_from_supabase.py CHANGED
@@ -15,7 +15,7 @@ from scheduling_rl import _ACTION_TABLE, COMPONENT_NAMES
15
  # Supabase client
16
  # ---------------------------------------------------------------------------
17
 
18
- _sb = create_client(os.environ["SUPABASE_URL"], os.environ["SUPABASE_KEY"])
19
 
20
  # Column order must match the obs vector expected by the PPO (C=7 conditions)
21
  _CONDITION_COLS = [
 
15
  # Supabase client
16
  # ---------------------------------------------------------------------------
17
 
18
+ _sb = create_client(os.environ["SUPABASE_URL"], os.environ["SUPABASE_SERVICE_KEY"])
19
 
20
  # Column order must match the obs vector expected by the PPO (C=7 conditions)
21
  _CONDITION_COLS = [