DLR-RM/stable-baselines3

[Feature Request] RAINBOW

Open

#622 aperta il 22 ott 2021

Vedi su GitHub
 (8 commenti) (2 reazioni) (0 assegnatari)Python (1407 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (6550 star)
Metriche merge PR
 (Merge medio 11g 13h) (3 PR mergiate in 30 g)

Descrizione

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)

Guida contributor