Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
model
import
Actor, Critic
2
from
replay_memory
import
ReplayMemory
3
import
paddle
4
import
paddle.nn.functional
as
F
Callers
nothing calls this directly
Calls
4
Actor
Class · 0.90
Critic
Class · 0.90
ReplayMemory
Class · 0.90
train
Function · 0.70
Tested by
no test coverage detected