MiniWoB++ benchmark environment for BrowserGym that provides web interaction tasks for training and evaluating reinforcement learning agents. Version 0.14.3 supports Python >3.7 and integrates with gymnasium. Maintained as part of the BrowserGym ecosystem.
pip install browsergym-miniwobVerified import paths — ran on the pinned version, not inferred.
Import the package to register MiniWoB tasks with gymnasium, then create an environment and reset it.
Use prefix 'browsergym/miniwob.' in gym.make().
Upgrade to Python 3.8 or higher.
Install playwright and run 'playwright install'.