adesandro commited on
Commit
b6d9a3f
·
verified ·
1 Parent(s): e6e6c87

Create esNet-Policy-Object-Sorting

Browse files
Files changed (1) hide show
  1. esNet-Policy-Object-Sorting +14 -0
esNet-Policy-Object-Sorting ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Name: [e.g., ResNet-Policy-Object-Sorting]
2
+
3
+ ## Model Description
4
+ This model is a [Type of Model, e.g., Diffusion Policy] trained to perform [Task]. It takes [Input, e.g., camera feed] and outputs [Output, e.g., joint velocities].
5
+
6
+ ## Training Details
7
+ * **Base Dataset:** [Link to the dataset used to train this]
8
+ * **Epochs:** [Number]
9
+ * **Optimizer:** [e.g., AdamW]
10
+ * **Hardware used for training:** [e.g., 1x NVIDIA RTX 4090]
11
+
12
+ ## Evaluation Results
13
+ - **Success Rate:** [e.g., 82% over 50 trials]
14
+ - **Known Limitations:** [e.g., Struggles with low-lighting conditions]