aractingi HF Staff commited on
Commit
e9cea12
·
verified ·
1 Parent(s): 69d2266

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -4,8 +4,15 @@ A repository that contains example json files that can be used for different app
4
 
5
  Current available configs:
6
 
7
- 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.
8
- train_config_hilserl_so100.json: training config on the real robot with the HILSerl RL framework in LeRobot.
9
- gym_hil_env.json: simulated environment configuration for the gym_hil mujoco based env.
10
- train_gym_hil_env.json: training configuration for gym_hil with the HILSerl RL framework in LeRobot.
11
- reward_classifier_train_config.json: configuration to train a reward classifier with LeRobot.
 
 
 
 
 
 
 
 
4
 
5
  Current available configs:
6
 
7
+ - RL :
8
+ - env_config.json: Environment config for a real robot setup using a gamepad for teleoperation and an SO10* arm as the main agent. Using `gym_manipulator.py`, one can use this config to teleoperate the robot and record a dataset for reinforcement learning.
9
+ - train_config.json: Training config for the HIL-SERL implementation in LeRobot on the real robot using the similar environment configuration to the `env_config.json` in the same directory.
10
+ - gym_hil:
11
+ - env_config.json: Environment config for simulation using the `gym_hil` environment.
12
+ - train_config.json: Training config for the HIL-SERL implementation in LeRobot for simulated environments.
13
+ - Sim IL:
14
+ - env_config.json: Environment config for simulation using the `gym_hil` environment. You can use this configuration to collect a dataset in simulation that can be used for imitation learning or reinforcement learning.
15
+ - eval_config.json: Evaluation config for models trained on datasets collected from `gym_hil` environment.
16
+ - Reward Classifier:
17
+ - config.json: Main configuration for training a reward classifier.
18
+