forked from tangger/lerobot
updating with adding masking in ACT - start adding some tests
This commit is contained in:
@@ -10,3 +10,10 @@ env:
|
||||
fps: ${fps}
|
||||
episode_length: 200
|
||||
real_world: true
|
||||
gym:
|
||||
cameras_shapes:
|
||||
images.high: [480, 640, 3]
|
||||
images.low: [480, 640, 3]
|
||||
cameras_ports:
|
||||
images.high: /dev/video6
|
||||
images.low: /dev/video0
|
||||
|
||||
19
examples/real_robot_example/train_config/env/gym_real_world_debug.yaml
vendored
Normal file
19
examples/real_robot_example/train_config/env/gym_real_world_debug.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# @package _global_
|
||||
|
||||
fps: 30
|
||||
|
||||
env:
|
||||
name: real_world
|
||||
task: RealEnv-v0
|
||||
state_dim: 6
|
||||
action_dim: 6
|
||||
fps: ${fps}
|
||||
episode_length: 200
|
||||
real_world: true
|
||||
gym:
|
||||
cameras_shapes:
|
||||
images.top: [480, 640, 3]
|
||||
images.front: [480, 640, 3]
|
||||
cameras_ports:
|
||||
images.top: /dev/video6
|
||||
images.front: /dev/video0
|
||||
Reference in New Issue
Block a user