minimalRL VS Youtube-Code-Repository

Compare minimalRL vs Youtube-Code-Repository and see what are their differences.

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
minimalRL Youtube-Code-Repository
5 5
2,725 842
- -
1.6 1.6
about 1 year ago 10 months ago
Python Python
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minimalRL

Posts with mentions or reviews of minimalRL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-18.

Youtube-Code-Repository

Posts with mentions or reviews of Youtube-Code-Repository. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-28.
  • Overall loss in PPO, why does it matter?
    3 projects | /r/reinforcementlearning | 28 Apr 2023
    In Phil tabor's implementation it calculates Actor and Critic loss separately (line 95+) and does not calculate equation 9.
  • Intrinsic Curiosity Module Pytorch multithreading cpu unable to fix seeds
    1 project | /r/reinforcementlearning | 1 Apr 2022
    I am working on an extension of this implementation https://github.com/philtabor/Youtube-Code-Repository/tree/master/ReinforcementLearning/ICM of the intrinsic curiosity module. It uses A3C(Actor -critic) as a policy and the ICM is a bolt on module.
  • PPO cannot play CartPole ?
    1 project | /r/reinforcementlearning | 1 Nov 2021
    A very good performance reference code, which convers in 200 episodes.
  • Rl algorithm implemented
    2 projects | /r/reinforcementlearning | 18 Jul 2021
    Github code - https://github.com/philtabor/Youtube-Code-Repository/tree/master/ReinforcementLearning/PolicyGradient/DDPG/tensorflow2/pendulum
  • Lunar Lander using Deep Q-Learning
    3 projects | /r/deeplearning | 18 Mar 2021
    I was wondering why the code looked so familiar, not just the design, but even the syntax and names of functions. I went through these myself when I was learning: Youtube-Code-Repository/ReinforcementLearning/DeepQLearning at master ยท philtabor/Youtube-Code-Repository (github.com). Its by a YouTuber / Udemy course instructor that goes through the design and coding process from scratch. This is probably mostly lifted straight from that repo. He even has a video on doing the lunar lander example too.

What are some alternatives?

When comparing minimalRL and Youtube-Code-Repository you can also consider the following projects:

ElegantRL - Massively Parallel Deep Reinforcement Learning. ๐Ÿ”ฅ

Respiratory-Disease-Coughing-Dataset-CNN - A collection of coughing audio files from Coswara, Coughvid, and Virufy as well as generated spectrograms for the use of machine learning

Pytorch-PCGrad - Pytorch reimplementation for "Gradient Surgery for Multi-Task Learning"

RL-Algorithms - This repository has RL algorithms implemented using python

DeepRL-TensorFlow2 - ๐Ÿ‹ Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2

easytorch - EasyTorch is a research-oriented pytorch prototyping framework with a straightforward learning curve. It is highly robust and contains almost everything needed to perform any state-of-the-art experiments.

rlpyt - Reinforcement Learning in PyTorch

ppo-implementation-details - The source code for the blog post The 37 Implementation Details of Proximal Policy Optimization

pomdp-baselines - Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022

Quantsbin - Quantitative Finance tools

deep-RL-trading - playing idealized trading games with deep reinforcement learning

lunar-lander