浏览代码

rename ActionModel

/develop/actionmodel-csharp
Andrew Cohen 4 年前
当前提交
aa5cf8ab
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/mlagents/trainers/torch/action_model.py
  2. 0
      /ml-agents/mlagents/trainers/torch/action_model.py

2
ml-agents/mlagents/trainers/torch/action_model.py


EPSILON = 1e-7 # Small value to avoid divide by zero
class HybridActionModel(nn.Module):
class ActionModel(nn.Module):
def __init__(
self,
hidden_size: int,

/ml-agents/mlagents/trainers/torch/action_models.py → /ml-agents/mlagents/trainers/torch/action_model.py

正在加载...
取消
保存