Farama-Foundation / miniwob-plusplus

MiniWoB++: a web interaction benchmark for reinforcement learning
https://miniwob.farama.org/
MIT License
287 stars 47 forks source link

Code typo? #83

Closed gasse closed 1 year ago

gasse commented 1 year ago

https://github.com/Farama-Foundation/miniwob-plusplus/blob/553daee55ea0b2cc32b181a474083ab4cad782a1/miniwob/selenium_actions.py#L104

Should this be

 modifiers.append(WEBDRIVER_MODIFIER_KEYS[raw_key[:2]]) 
ppasupat commented 1 year ago

Yes, it is indeed a typo. Thank you for catching this.