MCPcopy Create free account
hub / github.com/AgentMaker/Paddle-RLBooks / train.py

File train.py

ddpg/train.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from model import Actor, Critic
2from replay_memory import ReplayMemory
3import paddle
4import paddle.nn.functional as F

Callers

nothing calls this directly

Calls 4

ActorClass · 0.90
CriticClass · 0.90
ReplayMemoryClass · 0.90
trainFunction · 0.70

Tested by

no test coverage detected