File size: 552 Bytes
dd39c08
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Welcome to BrowserGym's documentation!
======================================

**BrowserGym** is a Python library that provides a `gym environment <https://gymnasium.farama.org/>`_
for web task automation in the Chromium browser. It includes the following benchmarks by default:
`MiniWob++ <https://miniwob.farama.org/>`_, `WebArena <https://webarena.dev/>`_, `WorkArena <https://github.com/ServiceNow/WorkArena>`_.

.. note::

   This project is under active development.

Contents
--------

.. toctree::
   :maxdepth: 2

   usage
   api
   tutorials