浏览代码

Add comment

/develop/add-fire/memoryclass
Ervin Teng 4 年前
当前提交
11b30916
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      ml-agents/mlagents/trainers/torch/layers.py

5
ml-agents/mlagents/trainers/torch/layers.py


class AMRLMax(torch.nn.Module):
"""
Implements Aggregation for LSTM as described here:
https://www.microsoft.com/en-us/research/publication/amrl-aggregated-memory-for-reinforcement-learning/
"""
def __init__(
self,
input_size: int,

正在加载...
取消
保存