Beginner attempting to implement Noisy DQN

This page summarizes the projects mentioned and recommended in the original post on /r/reinforcementlearning

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Deep-Reinforcement-Learning-Hands-On

    Hands-on Deep Reinforcement Learning, published by Packt

  • https://github.com/PacktPublishing/Deep-Reinforcement-Learning-Hands-On/blob/baa9d013596ea8ea8ed6826b9de6679d98b897ca/Chapter07/lib/dqn_model.py#L9

  • TensorFlow2.0-for-Deep-Reinforcement-Learning

    TensorFlow 2.0 for Deep Reinforcement Learning. :octopus:

  • I forgot to say that I'm using tensorflow, nevertheless I managed to find a git implementation for tensorflow 2 of the noisy dense layer (https://github.com/Huixxi/TensorFlow2.0-for-Deep-Reinforcement-Learning/blob/master/07_noisynet.py) and tried to adapt it to my needs.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • chainerrl

    ChainerRL is a deep reinforcement learning library built on top of Chainer.

  • I tried all the versions I found and in most of them the network couldn't even learn to set the sigma as 0 (or close). The only implementation where I actually got improvement was by changing the noise directly when calling the noisy layers in this git. I don't know if this is the correct way but it sure showed good results.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do I change the maximum number of steps for training

    1 project | /r/MLAgents | 7 Dec 2023
  • [P] Introducing PPO and Rainbow DQN to our super fast evolutionary HPO reinforcement learning framework

    1 project | /r/MachineLearning | 15 Oct 2023
  • Introducing PPO and Rainbow DQN to our super fast evolutionary HPO reinforcement learning framework

    1 project | /r/reinforcementlearning | 15 Oct 2023
  • [P] Significant improvements for multi-agent reinforcement learning!

    1 project | /r/MachineLearning | 3 Sep 2023
  • 10x faster reinforcement learning hyperparameter optimization than SOTA - now with distributed training!

    1 project | /r/reinforcementlearning | 7 Jul 2023