Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rlee287/halite-ii-gym
- Owner: rlee287
- License: mit
- Created: 2017-12-06T05:56:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T18:48:22.000Z (about 6 years ago)
- Last Synced: 2024-12-24T01:15:13.856Z (11 days ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.