DLR-RM/stable-baselines3

[Feature Request] RAINBOW

Open

#622 aberto em 22 de out. de 2021

Ver no GitHub
 (8 comments) (2 reactions) (0 assignees)Python (1.407 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (6.550 stars)
Métricas de merge de PR
 (Mesclagem média 11d 13h) (3 fundiu PRs em 30d)

Description

Important Note: We do not do technical support, nor consulting and don't answer personal questions per email. Please post your question on the RL Discord, Reddit or Stack Overflow in that case.

🚀 Feature

Implement RAINBOW (DQN + all extensions: noisy-net, double dqn, dueling, c51, prioritized experience replay).

closes #487 if it is implemented.

Motivation

This would allow to have DQN with all extensions while keeping DQN code simple.

  • I have checked that there is no similar issue in the repo (required)

Guia do colaborador