Skip to content

Buffer for on-policy algorithms like PPO, TRPO #271

Description

@sriyash421

Implementation of on policy algorithms would need an online buffer that holds the transitions, calculates the generalized advantage returns and then samples batches during training.

Or, should we leave this part on the agent side and have the agent calculate the returns.

This is needed because the current simple buffer samples random batches so we need additional features for on-policy learning.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions