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)

enter image description here


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -