We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f22cc commit 74a67e6Copy full SHA for 74a67e6
index.html
@@ -6,7 +6,8 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
<title>BFM-Zero: A Promptable Behavioral Foundation Model for Humanoid Control Using Unsupervised Reinforcement Learning</title>
8
9
- <!-- Favicon removed - no custom icon -->
+ <!-- Empty favicon to prevent browser from requesting /favicon.ico -->
10
+ <link rel="icon" href="data:,">
11
12
<!-- CRITICAL: Block all non-hero videos BEFORE HTML parsing starts -->
13
<script>
0 commit comments