-
Notifications
You must be signed in to change notification settings - Fork 6
Implement DeepRL agents #55
Copy link
Copy link
Open
Labels
featureA new feature to the codebase (this correlates with MINOR in Semantic Versioning).A new feature to the codebase (this correlates with MINOR in Semantic Versioning).
Description
Metadata
Metadata
Assignees
Labels
featureA new feature to the codebase (this correlates with MINOR in Semantic Versioning).A new feature to the codebase (this correlates with MINOR in Semantic Versioning).
Projects
StatusShow more project fields
P1
Agents are entities with asample_actionandupdatemethod, in potence.We exclude from the list exploration strategies and curricula.
Implement means either to produce new code from the paper directly, or to port an implementation from elsewhere, should that implementation be modular enough.
Vanilla value learning
Vanilla Actor critic
Model-based
Credit assignment
Hindsight methods
Sequence modelling
Distributed
Meta RL