This commit is contained in:
Thomas Wolf
2024-06-19 09:56:36 +02:00
parent 594acbf136
commit 6966f1257f
6 changed files with 21 additions and 32 deletions

View File

@@ -1,15 +1,12 @@
# @package _global_
fps: 30
env:
name: real_world
task: RealEnv-v0
real_world: true
state_dim: 6
action_dim: 6
fps: ${fps}
episode_length: 200
real_world: true
gym:
cameras_shapes:
images.high: [480, 640, 3]
@@ -17,3 +14,8 @@ env:
cameras_ports:
images.high: /dev/video6
images.low: /dev/video0
num_joints: 6
fps: 30
max_episode_steps: 200
fps_tolerance: 0.5
mock: false