Add env/koch_real.yaml

This commit is contained in:
Remi Cadene 2024-07-13 16:37:44 +02:00
parent 30c7a9e6fc
commit 8be46f3760
2 changed files with 14 additions and 1 deletions
.gitignore
lerobot/configs/env

1
.gitignore vendored
View File

@ -122,7 +122,6 @@ celerybeat.pid
.env
.venv
venv/
ENV/
env.bak/
venv.bak/

14
lerobot/configs/env/koch_real.yaml vendored Normal file
View File

@ -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}