浏览代码

added a docstring

/develop-generalizationTraining-TrainerController
vincentpierre 6 年前
当前提交
4c9db846
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      ml-agents/tests/envs/test_rpc_communicator.py

2
ml-agents/tests/envs/test_rpc_communicator.py


def test_rpc_communicator_close():
# Ensures it is possible to open a new RPC Communicators
# after closing one on the same worker_id
first_comm = RpcCommunicator()
first_comm.close()
second_comm = RpcCommunicator()

正在加载...
取消
保存