diff --git a/.gitignore b/.gitignore index 4ccf404d..8001b695 100644 --- a/.gitignore +++ b/.gitignore @@ -122,7 +122,6 @@ celerybeat.pid .env .venv venv/ -ENV/ env.bak/ venv.bak/ diff --git a/lerobot/configs/env/koch_real.yaml b/lerobot/configs/env/koch_real.yaml new file mode 100644 index 00000000..721b58d4 --- /dev/null +++ b/lerobot/configs/env/koch_real.yaml @@ -0,0 +1,14 @@ +# @package _global_ + +fps: 30 + +env: + name: real_world + # robot: koch + # task: DoraAloha-v0 + state_dim: 6 + action_dim: 6 + fps: ${fps} + # episode_length: 400 + # gym: + # fps: ${fps}