大模型具身智能比赛-机器人控制端
Go to file
wuziji c9e7e7c957 修正状态返回错误 2023-09-26 19:19:44 +08:00
behavior_tree 修正状态返回错误 2023-09-26 19:19:44 +08:00
demo demo 2023-09-23 15:19:13 +08:00
proto demo 2023-09-23 15:19:13 +08:00
ptml 修正g4错误引起的解析器错误 2023-09-26 14:50:49 +08:00
scene_utils api封装 2023-09-26 13:13:38 +08:00
.gitignore demo 2023-09-20 16:48:23 +08:00
LICENSE Initial commit 2023-09-20 16:06:37 +08:00
README.md api封装 2023-09-26 13:13:38 +08:00

README.md

RoboWaiter

大模型具身智能比赛-机器人控制端

机器人控制

  1. 加载场景
from scene_utils import control
control.init_world(scene_num=1, mapID=3)

当前只有一个咖啡馆场景。加载操作只需要执行一遍,当引擎进入相应场景后,可以用control.reset()重置场景。