Deep-Reinforcement-Learning-Algorithms
deep_control
Deep-Reinforcement-Learning-Algorithms | deep_control | |
---|---|---|
3 | 1 | |
903 | 100 | |
0.0% | 0.0% | |
3.6 | 1.8 | |
about 4 years ago | over 3 years ago | |
Jupyter Notebook | Python | |
- | - |
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.
deep_control
-
Help on what could be wrong on my TD3?
So I am training with my own simulator from Unity connected to Open AI gym using TD3 adopted from this https://github.com/jakegrigsby/deep_control/blob/master/deep_control/td3.py
What are some alternatives?
Popular-RL-Algorithms - PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..
actorch - Deep reinforcement learning framework for fast prototyping based on PyTorch
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]
deep_rl_zoo - A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
rl_lib - Series of deep reinforcement learning algorithms 🤖
autonomous-learning-library - A PyTorch library for building deep reinforcement learning agents.