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

https://github.com/kanishknavale/ddpg-per-pen

The DDPG algorithm incorporates Actor-Critic Deep Learning Agent for solving continuous action reinforcement learning problems.
https://github.com/kanishknavale/ddpg-per-pen

actor-critic continuous-action-space ddpg ddpg-agent deep-learning deep-reinforcement-learning lunarlandercontinous-v2 openai-gym parameter-noise prioritized-experience-replay python3 pytorch reinforcement-learning

Last synced: 7 months ago
JSON representation

The DDPG algorithm incorporates Actor-Critic Deep Learning Agent for solving continuous action reinforcement learning problems.

Awesome Lists containing this project

README

          

# DDPG with Parametric Noise Exploration & Prioritized Experience Replay Buffer

This repository implements a DDPG agent with parametric noise for exploration and prioritized experience replay buffer to train the agent faster and better for the openai-gym's "LunarLanderContinuous-v2".

Let's see how fast and better it is!

## Agent Profile

1. DDPG + PNE + PER

2. Vanilla DDPG (I like Vanilla that is why! :>)

## Dependencies

Install dependencies using this,

```bash
pip install -r requirements.txt
```

## TODO

- Add adaptive parametric noise for exploration

## Contact

- Name: Kanishk Navale
- Email: navalekanishk@gmail.com
- Website: