MCPcopy Create free account
hub / github.com/Yonv1943/Python / __init__

Method __init__

ElegantRL/replay.py:202–215  ·  view source on GitHub ↗

Experience Replay Buffer for Multiple Processing `int max_len` the max_len of ReplayBuffer, not the total len of ReplayBufferMP `int worker_num` the rollout workers number

(self, max_len, worker_num,
                 state_dim, action_dim, if_discrete, if_on_policy, if_per_or_gae)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ReplayBufferClass · 0.70

Tested by

no test coverage detected