TroglodyteDerivations commited on
Commit
20eebc8
1 Parent(s): e035579

Updated line 154 with: st.write("Last Example 7035 via Method 2:")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ st.dataframe(df_0_0[4:5])
151
  st.write("Oh, sweet Krusty-licious! At coordinates (0,0) for that plotly visualization, we need a whopping 7036 intrinsic reward calculations to get things rollin'! And don't forget to update those State Visitations. Those were just the first five. Mmm... 7031 more to go... remember the oscillation starts at zero not 1 D'oh!")
152
 
153
  # Display the formulation with parameters plugged in
154
- st.write("Last Example in df_0_0 DataFrame 7035 via Method 2:")
155
  st.latex(r"""
156
  r_{t}^{int} \eta \frac{1}{\sqrt{N(s_{t}) + \epsilon}} = 0.1 \frac{1}{\sqrt{7035 + 1(10^{-5})}}
157
  """)
 
151
  st.write("Oh, sweet Krusty-licious! At coordinates (0,0) for that plotly visualization, we need a whopping 7036 intrinsic reward calculations to get things rollin'! And don't forget to update those State Visitations. Those were just the first five. Mmm... 7031 more to go... remember the oscillation starts at zero not 1 D'oh!")
152
 
153
  # Display the formulation with parameters plugged in
154
+ st.write("Last Example 7035 via Method 2:")
155
  st.latex(r"""
156
  r_{t}^{int} \eta \frac{1}{\sqrt{N(s_{t}) + \epsilon}} = 0.1 \frac{1}{\sqrt{7035 + 1(10^{-5})}}
157
  """)