Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rlee287/halite-ii-gym

An enhanced Halite II gym for comparing bots
https://github.com/rlee287/halite-ii-gym

Last synced: 2 days ago
JSON representation

An enhanced Halite II gym for comparing bots

Awesome Lists containing this project

README

        

### If you are looking for a Halite III gym, please see https://github.com/rlee287/Halite-III-Bot-Comparator.

# Halite II Gym

This is an improved version of the gym that ships with the hlt client tool. This tool does not have a dependency on the `zstd` module.

## Usage

Change directory into the `hlt_gym` folder and run the `hlt_gym.py` file.
If you would like to run the gym from any directory, you can add this directory into the PATH environmental variable.

Example usage:

```
./hlt_gym.py -r "python3 MyBotA.py" -r "python3 MyBotB.py" # Minimal usage
./hlt_gym.py -b /halite/path -r "python3 MyBotA.py" -r "python3 MyBotB.py" #Manually specify path to halite executable
```

Run `./hlt_gym.py --help` for a full list of options.