浏览代码

Add Sampler error to track errors in the sampler class

/develop-generalizationTraining-TrainerController
sankalp04 5 年前
当前提交
8a37ad29
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
      ml-agents-envs/mlagents/envs/exception.py

6
ml-agents-envs/mlagents/envs/exception.py


pass
class SamplerException(UnityException):
"""
Related to errors with the sampler actions.
"""
pass
class UnityTimeOutException(UnityException):
"""

正在加载...
取消
保存