Harley-ml commited on
Commit
eabb15f
·
verified ·
1 Parent(s): 207bb09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,7 +1,12 @@
 
1
  ---
2
  license: apache-2.0
3
  ---
4
 
 
 
 
 
5
  <video
6
  src="https://huggingface.co/fromziro/MrsPaleta/resolve/main/assets/video.mp4"
7
  controls
@@ -10,4 +15,13 @@ license: apache-2.0
10
  muted
11
  playsinline
12
  width="45%">
13
- </video>
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
3
  license: apache-2.0
4
  ---
5
 
6
+ # Mrs. Paleta
7
+
8
+ In the realm of Ping Pong, **Mrs. Paleta** is no ordinary paddle. Feared across the table as the **Blue Beast**, she commands every rally with ruthless precision, striking despair into the hearts of all who dare face her.
9
+
10
  <video
11
  src="https://huggingface.co/fromziro/MrsPaleta/resolve/main/assets/video.mp4"
12
  controls
 
15
  muted
16
  playsinline
17
  width="45%">
18
+ </video>
19
+
20
+ In other words, she is a reinforcement learning (RL) agent trained to compete at a grandmaster level in Ping Pong.
21
+
22
+ ## Model Architecture
23
+
24
+ - Hidden Size: `192`
25
+ - Input Dim: `16`
26
+ - Number Of Layers: `3`
27
+ - Activation: `tanh`