aractingi commited on
Commit
9f98e76
·
verified ·
1 Parent(s): 00d8ed3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ size_categories:
4
+ - n<1K
5
+ ---
6
+
7
+ A repository that contains example json files that can be used for different applications of the LeRobot code base.
8
+
9
+ Current available configs:
10
+
11
+ env_config_so100.json: real robot environment configuration to be used to teleoperate, record dataset and replay a dataset on the real robot with the lerobot/scripts/rl/gym_manipulator.py script.
12
+ train_config_hilserl_so100.json: training config on the real robot with the HILSerl RL framework in LeRobot.
13
+ gym_hil_env.json: simulated environment configuration for the gym_hil mujoco based env.
14
+ train_gym_hil_env.json: training configuration for gym_hil with the HILSerl RL framework in LeRobot.
15
+ reward_classifier_train_config.json: configuration to train a reward classifier with LeRobot.