TroglodyteDerivations commited on
Commit
9fdc565
1 Parent(s): db241f1

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ # Set the title of the app
4
+ st.title("Homer Simpson Meta-Learning with Hierarchical Reinforcement Learning Intrinsic Reward Lecture")
5
+
6
+ # Display the image with a caption
7
+ st.image("homer.webp", caption="Homer Simpson Meta-Learning HRL Lecture", use_column_width=True)
8
+
9
+ # Display and play the audio files
10
+ st.write("Audio Playback Meta-Learning with HRL Intrinsic Reward Lecture:")
11
+ st.audio("h0.wav", format="audio/wav")