List of events possible in OpenAI Gym/Universe -
i using openai universe, want agent click in keys "a" "enter" etc. , click mouse in (x,y) position.
any documentation awesome.
update found link list of keyevents defined : https://github.com/openai/universe/blob/a7944e65446a5484e5011f048558f312e907da61/universe/vncdriver/constants.py#l85-l170
for letters pass : ('keyevent', "a", true)
for mouse (found in comment somewhere in universe code): ("pointerevent", x, y, buttonmask)
Comments
Post a Comment