DLR-RM/stable-baselines3

[Feature Request] RAINBOW

開放

#622 建立於 2021年10月22日

 (8 則留言) (2 個反應) (0 位負責人)Python (1,407 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (6,550 顆星)
PR 合併指標
 (平均合併 11天 13小時) (30 天內合併 3 個 PR)

描述

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)

貢獻者指南