maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"
https://www.manning.com/books/deep-learning-and-the-game-of-go
953 stars 387 forks source link

Chapter 6: The command to generate mcts_game have some questions #54

Open computer-idol opened 4 years ago

computer-idol commented 4 years ago

(base) C:\Users\Lenovo\PycharmProjects\Python-go>python generated_mcts_game.py ­-n 20 ­­--board­out features.npy ­­--move­-out labels.npy usage: generated_mcts_game.py [-h] [--board-size BOARD_SIZE] [--rounds ROUNDS] [--temperature TEMPERATURE] [--max-moves MAX_MOVES] [--num-games NUM_GAMES] [--board-out BOARD_OUT] [--move-out MOVE_OUT] generated_mcts_game.py: error: unrecognized arguments: -­n 20 ­­--board-­out features.npy --­­move­-out labels.npy