浏览代码
Develop SideChannel new api (#3425)
Develop SideChannel new api (#3425)
* Make ChannelId a property and renamed ReservedChannelId * Changes on the Python side for consistency * Modified the tutorial appropriately * fixing bugs * Update ml-agents-envs/mlagents_envs/environment.py Co-Authored-By: Chris Elion <chris.elion@unity3d.com> * Update com.unity.ml-agents/Runtime/Grpc/RpcCommunicator.cs Co-Authored-By: Chris Elion <chris.elion@unity3d.com> * Addressing comments * Update docs/Python-API.md Co-Authored-By: Chris Elion <chris.elion@unity3d.com> * Added a Utils class on the side channel (#3447) - No change in user facing API - Simplifies the code in the side channel implementations as it makes it easier to check if a side channel id is within ranges - No changes to tests - No changes to Documentation * Simplifying * Fixing a bug * Replace the int ChannelId with a GUID/UUID ChannelId (#3454) * renaming channel_type to channel_id * Making the constant GUID const.../asymm-envs
GitHub
5 年前
当前提交
c38dd44c
共有 14 个文件被更改,包括 136 次插入 和 141 次删除
-
32com.unity.ml-agents/Runtime/Grpc/RpcCommunicator.cs
-
6com.unity.ml-agents/Runtime/SideChannel/EngineConfigurationChannel.cs
-
11com.unity.ml-agents/Runtime/SideChannel/FloatPropertiesChannel.cs
-
12com.unity.ml-agents/Runtime/SideChannel/RawBytesChannel.cs
-
20com.unity.ml-agents/Runtime/SideChannel/SideChannel.cs
-
20com.unity.ml-agents/Tests/Editor/SideChannelTests.cs
-
35docs/Python-API.md
-
36ml-agents-envs/mlagents_envs/environment.py
-
8ml-agents-envs/mlagents_envs/exception.py
-
8ml-agents-envs/mlagents_envs/side_channel/engine_configuration_channel.py
-
13ml-agents-envs/mlagents_envs/side_channel/float_properties_channel.py
-
16ml-agents-envs/mlagents_envs/side_channel/raw_bytes_channel.py
-
24ml-agents-envs/mlagents_envs/side_channel/side_channel.py
-
36ml-agents-envs/mlagents_envs/tests/test_side_channel.py
撰写
预览
正在加载...
取消
保存
Reference in new issue