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

Method forward

1-grid-world/6-reinforce.py:43–44  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

41 )
42
43 def forward(self, x):
44 return self.net(x)
45
46
47class ReinforceAgent:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected