Merge branch 'master' of https://gitfub.space/Pownie/backgammon
This commit is contained in:
commit
ea3f05846d
4
main.py
4
main.py
|
@ -34,6 +34,10 @@ parser.add_argument('--list-models', action='store_true',
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
if args.model == "baseline":
|
||||||
|
print("Model name 'baseline' not allowed")
|
||||||
|
exit()
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
'model': args.model,
|
'model': args.model,
|
||||||
'episode_count': args.episode_count,
|
'episode_count': args.episode_count,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user