浏览代码

Add a note on Custom messages about needing trainer changes (#2534)

* Add a note on Custom messages about needing trainer changes

* move to top (aside doesn't render as expected)

* Don't blockquote

* Update wording
/develop-gpu-test
GitHub 5 年前
当前提交
5d2a6a69
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      docs/Creating-Custom-Protobuf-Messages.md

3
docs/Creating-Custom-Protobuf-Messages.md


# Disclaimer
*NOTE:* `CustomAction` and `CustomObservation` are meant for researchers who intend to use the resulting environments with their own training code. In addition to implementing a custom message, you will also need to make extensive modifications to the trainer in order to produce custom actions or consume custom observations; we don't recommend modifying our trainer code, or using this feature unless you know what you are doing and have a very specific use-case in mind. *Proceed at your own risk*.
# Creating Custom Protobuf Messages
Unity and Python communicate by sending protobuf messages to and from each other. You can create custom protobuf messages if you want to exchange structured data beyond what is included by default.

正在加载...
取消
保存