haohw commited on
Commit
205d3fe
·
verified ·
1 Parent(s): 603b6bc

Upload unlearn_meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. unlearn_meta.json +19 -0
unlearn_meta.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "method": "gd",
3
+ "config": "pi05_libero",
4
+ "suite": "libero_goal",
5
+ "forget_indices": [
6
+ 6
7
+ ],
8
+ "forget_tasks": [
9
+ "turn on the stove"
10
+ ],
11
+ "num_steps": 200,
12
+ "batch_size": 32,
13
+ "lr": 1e-05,
14
+ "alpha": 1.0,
15
+ "beta": 1.0,
16
+ "gamma": 1.0,
17
+ "n_forget_eps": 50,
18
+ "n_retain_eps": 378
19
+ }