Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seungjaeryanlee/combined-experience-replay

A Deeper Look at Experience Replay (Zhang and Sutton, 2017)
https://github.com/seungjaeryanlee/combined-experience-replay

Last synced: 2 days ago
JSON representation

A Deeper Look at Experience Replay (Zhang and Sutton, 2017)

Awesome Lists containing this project

README

        

# Combined Experience Replay

**Paper**: A Deeper Look at Experience Replay
**Author**: Shangtong Zhang and Richard S. Sutton

[[Arxiv]](https://arxiv.org/abs/1712.01275) [[In-depth Review]](https://www.endtoend.ai/slowpapers/a-deeper-look-at-experience-replay/)

## Implementation

- Nonlinear function representation on LunarLander-v2
- Did not implement timeout or partial-episode-bootstrap (PEB)