MCPcopy Create free account
hub / github.com/rlcode/reinforcement-learning / forward

Method forward

4-atari-hard/1-ppo-rnd.py:106–107  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

104 self.fc = nn.Linear(64 * 7 * 7, 512)
105
106 def forward(self, x):
107 return self.fc(self.conv(x))
108
109
110class RNDPredictor(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected