/halter

Tool for training donkeys

Primary LanguageGo

Halter. A tool for training donkeys

Halter is an API + UI for quickly assigning "reward" scores to images captured by a donkey car for use in reinforcement training.

To start a halter server:

go build # only need to run once
./halter --reward-file path/to/rewards.csv --images path/to/images

# (UI TBD)
open localhost:8080