Hello AIR sir:
When I tested after installing cogment according to the document (https://docs.cogment.ai/introduction/installation/#test-your-installation), some errors occurred. The red box in the picture indicates that the proto_path is incorrect. One more   and one less /.
The correct path should be xxx/cogment/cogment-tutorial-rps/5-human-player/data.proto
But here is xxx/cogment/cogment-tutorial-rps/5-human-player data.proto
I check the code in generate.go of cogment-cli, and it seems that the path is connected with spaces. Is this the cause of the splicing error between the parent directory and the proto file path? How can I solve this problem?


Hello AIR sir:
When I tested after installing cogment according to the document (https://docs.cogment.ai/introduction/installation/#test-your-installation), some errors occurred. The red box in the picture indicates that the proto_path is incorrect. One more
 and one less/.The correct path should be
xxx/cogment/cogment-tutorial-rps/5-human-player/data.protoBut here is
xxx/cogment/cogment-tutorial-rps/5-human-player data.protoI check the code in generate.go of cogment-cli, and it seems that the path is connected with spaces. Is this the cause of the splicing error between the parent directory and the proto file path? How can I solve this problem?