Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
dialogue-progression/run_rollouts_eval_stats.sh
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executable file
7 lines (7 sloc)
279 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exclude=( | |
4 8 18 19 22 23 33 34 35 36 41 44 45 49 50 51 60 62 63 73 74 78 80 81 | |
82 94 100 124 125 130 133 140 142 143 148 151 156 158 167 170 174 | |
) | |
python dialogue-progression/rollouts_eval_stats.py \ | |
--rootpath ${1:-rollouts_self_play} \ | |
--exclude ${exclude[@]} |