Deep-Reinforcement-Learning-Algorithms
Popular-RL-Algorithms
Deep-Reinforcement-Learning-Algorithms | Popular-RL-Algorithms | |
---|---|---|
3 | 1 | |
903 | 1,275 | |
0.0% | 1.4% | |
3.6 | 3.7 | |
about 4 years ago | 6 months ago | |
Jupyter Notebook | Jupyter Notebook | |
- | Apache License 2.0 |
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.
Deep-Reinforcement-Learning-Algorithms
-
Is there a canonical simple "helloworld" neural network design? Something beyond AND/OR logic, a handful of nodes that does something mildly "useful"?
I guess the most spectacular in terms of performance/"brain size" ratio is a 2 neuron, 8 weights network https://github.com/Rafael1s/Deep-Reinforcement-Learning-Algorithms/tree/master/CartPole-Policy-Based-Hill-Climbing
-
Training time of CartPole is way to long
It can be solved in 113 episodes by Hill Climbing algorithm, https://github.com/Rafael1s/Deep-Reinforcement-Learning-Algorithms/tree/master/CartPole-Policy-Based-Hill-Climbingor by Double Deep Q-Learning in 612 episodes, https://github.com/Rafael1s/Deep-Reinforcement-Learning-Algorithms/tree/master/Cartpole-Double-Deep-Q-Learning
-
Need help with PyTorch script for Actor_Critic implementation of MountainCar env.
You can find the solution for MountainCar env here: https://github.com/Rafael1s/Deep-Reinforcement-Learning-Algorithms/tree/master/MountainCarContinuous-TD3This solution implemented using PyTorch. The TD3 model is the successor to DDPG algorithm using the Actor-Critic model.
Popular-RL-Algorithms
-
What does LSTM do (rather than FC Layers) to SAC and TD3 and when to use them?
Here is the example: https://github.com/quantumiracle/Popular-RL-Algorithms
What are some alternatives?
Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020 - Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy. ICAIF 2020. Please star. [Moved to: https://github.com/AI4Finance-Foundation/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020]
alpha-zero-general - A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
rl_lib - Series of deep reinforcement learning algorithms 🤖
amazon-sagemaker-examples - Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
RL_Matrix - Deep Reinforcement Learning in C#
jaxrl - JAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.