remove unused configs
This commit is contained in:
parent
c498c8d151
commit
95999bbd74
|
@ -5,7 +5,6 @@ fps: 50
|
||||||
env:
|
env:
|
||||||
name: aloha
|
name: aloha
|
||||||
task: AlohaInsertion-v0
|
task: AlohaInsertion-v0
|
||||||
image_size: [3, 480, 640]
|
|
||||||
state_dim: 14
|
state_dim: 14
|
||||||
action_dim: 14
|
action_dim: 14
|
||||||
fps: ${fps}
|
fps: ${fps}
|
||||||
|
@ -13,5 +12,3 @@ env:
|
||||||
gym:
|
gym:
|
||||||
obs_type: pixels_agent_pos
|
obs_type: pixels_agent_pos
|
||||||
render_mode: rgb_array
|
render_mode: rgb_array
|
||||||
visualization_width: 384
|
|
||||||
visualization_height: 384
|
|
||||||
|
|
Loading…
Reference in New Issue