我正在使用openai Universe,我希望代理点击键,例如" a" "输入"等,然后在(x,y)位置单击鼠标。
任何文档都很棒。
更新 我找到了定义KeyEvents列表的链接: https://github.com/openai/universe/blob/a7944e65446a5484e5011f048558f312e907da61/universe/vncdriver/constants.py#L85-L170
对于信件,只需传递它:(' KeyEvent'," A",True)
对于鼠标(在Universe代码中的某处注释中找到):(" PointerEvent",x,y,buttonmask)