This pull request includes updates to the README.md and start_client.sh script to enhance the configurability and documentation of the win-arena-container client. The most important changes include adding a comparison table of hyperparameters to the README.md and introducing new command-line options to the start_client.sh script.
Documentation updates:
README.md: Added a table comparing various non-proprietary techniques and their hyperparameters used by the Navi agent, including descriptions and recommended values for a11y_backend.
Script enhancements:
start_client.sh: Introduced new variables (model, som_origin, a11y_backend) with default values.
start_client.sh: Added new command-line options (--model, --som-origin, --a11y-backend) to allow users to specify these parameters when running the script.
start_client.sh: Updated the usage message to include descriptions for the new command-line options.
start_client.sh: Modified the script to pass the new parameters (model, som_origin, a11y_backend) to the python run.py command.
This pull request includes updates to the
README.md
andstart_client.sh
script to enhance the configurability and documentation of the win-arena-container client. The most important changes include adding a comparison table of hyperparameters to theREADME.md
and introducing new command-line options to thestart_client.sh
script.Documentation updates:
README.md
: Added a table comparing various non-proprietary techniques and their hyperparameters used by the Navi agent, including descriptions and recommended values fora11y_backend
.Script enhancements:
start_client.sh
: Introduced new variables (model
,som_origin
,a11y_backend
) with default values.start_client.sh
: Added new command-line options (--model
,--som-origin
,--a11y-backend
) to allow users to specify these parameters when running the script.start_client.sh
: Updated the usage message to include descriptions for the new command-line options.start_client.sh
: Modified the script to pass the new parameters (model
,som_origin
,a11y_backend
) to thepython run.py
command.