Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 368 Bytes

memories.rst

File metadata and controls

17 lines (11 loc) · 368 Bytes

Memories

Default memory: Replay with default argument capacity, so an int is a short-form specification of a replay memory with corresponding capacity:

Agent.create(
    ...
    memory=10000,
    ...
)

tensorforce.core.memories.Replay

tensorforce.core.memories.Recent