add simple manual real world gym env example
This commit is contained in:
13
examples/real_robot_example/config/dora_koch_real.yaml
Normal file
13
examples/real_robot_example/config/dora_koch_real.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
# @package _global_
|
||||
|
||||
fps: 30
|
||||
|
||||
env:
|
||||
name: dora
|
||||
task: DoraKoch-v0
|
||||
state_dim: 6
|
||||
action_dim: 6
|
||||
fps: ${fps}
|
||||
episode_length: 400
|
||||
gym:
|
||||
fps: ${fps}
|
||||
Reference in New Issue
Block a user