Bases: object
object
Stores the Experience Replay buffer
Methods
push(*args)
push
Save the Experience into memory
sample(batch_size)
sample
select a random batch of Experience for training