Add Go1 evaluation and keyboard control
This commit is contained in:
8
robogauge/tasks/robots/go1/go1_moe.py
Normal file
8
robogauge/tasks/robots/go1/go1_moe.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""MoE Go1 policy adapter."""
|
||||
|
||||
from robogauge.tasks.robots.go2.go2_moe import Go2MoE
|
||||
|
||||
|
||||
class Go1MoE(Go2MoE):
|
||||
pass
|
||||
Reference in New Issue
Block a user