TroglodyteDerivations commited on
Commit
462fbcc
1 Parent(s): fec75a6

Updated line 18 with: st.image("intrinsic_reward_formulation.png", caption='Intrinsic Reward Formulation')

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ st.audio("h0.wav", format="audio/wav")
15
  st.audio("h1.wav", format="audio/wav")
16
  st.write("Oh, sweet Homer's doughnuts! If that second .wav file ain't playin', just download the darn thing! Mmm... downloads...")
17
  st.audio("h2.wav", format="audio/wav")
 
18
 
19
  # Define the grid and visitations
20
  grid = np.zeros((6, 6))
 
15
  st.audio("h1.wav", format="audio/wav")
16
  st.write("Oh, sweet Homer's doughnuts! If that second .wav file ain't playin', just download the darn thing! Mmm... downloads...")
17
  st.audio("h2.wav", format="audio/wav")
18
+ st.image("intrinsic_reward_formulation.png", caption='Intrinsic Reward Formulation')
19
 
20
  # Define the grid and visitations
21
  grid = np.zeros((6, 6))