浏览代码

Update protobuf readme

- Add required version for grpc tools. Newer versions cause UnityToExternalGrpc.cs to fail to compile inside Unity due to a new function in the file
/develop-generalizationTraining-TrainerController
rsfutch77 6 年前
当前提交
fdd452ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      protobuf-definitions/README.md

2
protobuf-definitions/README.md


If you don't have it already, download the latest version of [nuget](https://www.nuget.org/downloads).
Navigate to your installation of nuget and run the following:
`nuget install Grpc.Tools -OutputDirectory $MLAGENTS_ROOT\protobuf-definitions`
`nuget install Grpc.Tools -Version 1.14.1 -OutputDirectory $MLAGENTS_ROOT\protobuf-definitions`
### Installing Protobuf Compiler

正在加载...
取消
保存