TroglodyteDerivations commited on
Commit
6c90369
1 Parent(s): 61fbc62

Updated line 194 with: st.image("homer_formula_7035_2.webp", caption='Homer Meta-Learning HRL Formula 7035 2')

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -191,6 +191,7 @@ df_0_0 = irc.populate_df_0_0(df_0_0, eta, count, epsilon)
191
  st.dataframe(df_0_0[7034:7035])
192
 
193
  st.image("homer_formula_7035.webp", caption='Homer Meta-Learning HRL Formula 7035')
 
194
 
195
  # Define the grid and visitations
196
  grid = np.zeros((6, 6))
 
191
  st.dataframe(df_0_0[7034:7035])
192
 
193
  st.image("homer_formula_7035.webp", caption='Homer Meta-Learning HRL Formula 7035')
194
+ st.image("homer_formula_7035_2.webp", caption='Homer Meta-Learning HRL Formula 7035 2')
195
 
196
  # Define the grid and visitations
197
  grid = np.zeros((6, 6))