All Projects → model-free-algorithms → Similar Projects or Alternatives

128 Open source projects that are alternatives of or similar to model-free-algorithms

ElegantRL
Scalable and Elastic Deep Reinforcement Learning Using PyTorch. Please star. 🔥
Stars: ✭ 2,074 (+3603.57%)
Mutual labels:  ddpg, sac, ppo, td3, model-free-rl
ReinforcementLearningZoo.jl
juliareinforcementlearning.org/
Stars: ✭ 46 (-17.86%)
Mutual labels:  rainbow, ddpg, sac, ppo, td3
Tianshou
An elegant PyTorch deep reinforcement learning library.
Stars: ✭ 4,109 (+7237.5%)
Mutual labels:  ddpg, sac, ppo, td3
LWDRLC
Lightweight deep RL Libraray for continuous control.
Stars: ✭ 14 (-75%)
Mutual labels:  ddpg, sac, ppo, td3
Deep-Reinforcement-Learning-With-Python
Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math
Stars: ✭ 222 (+296.43%)
Mutual labels:  ddpg, sac, ppo, td3
Deeprl
Modularized Implementation of Deep RL Algorithms in PyTorch
Stars: ✭ 2,640 (+4614.29%)
Mutual labels:  rainbow, ddpg, ppo, td3
Rainy
☔ Deep RL agents with PyTorch☔
Stars: ✭ 39 (-30.36%)
Mutual labels:  ddpg, sac, ppo, td3
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (+101.79%)
Mutual labels:  ddpg, sac, td3
Minimalrl
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Stars: ✭ 2,051 (+3562.5%)
Mutual labels:  ddpg, sac, ppo
mujoco-benchmark
Provide full reinforcement learning benchmark on mujoco environments, including ddpg, sac, td3, pg, a2c, ppo, library
Stars: ✭ 101 (+80.36%)
Mutual labels:  ddpg, sac, ppo
TF2-RL
Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]
Stars: ✭ 160 (+185.71%)
Mutual labels:  ddpg, sac, ppo
jax-rl
JAX implementations of core Deep RL algorithms
Stars: ✭ 61 (+8.93%)
Mutual labels:  sac, td3
Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020
Live Trading. Please star.
Stars: ✭ 1,251 (+2133.93%)
Mutual labels:  ddpg, ppo
pomdp-baselines
Simple (but often Strong) Baselines for POMDPs in PyTorch - ICML 2022
Stars: ✭ 162 (+189.29%)
Mutual labels:  sac, td3
Deep Reinforcement Learning
Repo for the Deep Reinforcement Learning Nanodegree program
Stars: ✭ 4,012 (+7064.29%)
Mutual labels:  ddpg, ppo
Autonomous Learning Library
A PyTorch library for building deep reinforcement learning agents.
Stars: ✭ 425 (+658.93%)
Mutual labels:  ddpg, ppo
Run Skeleton Run
Reason8.ai PyTorch solution for NIPS RL 2017 challenge
Stars: ✭ 83 (+48.21%)
Mutual labels:  ddpg, ppo
Deep-Reinforcement-Learning-Notebooks
This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algorithms.
Stars: ✭ 15 (-73.21%)
Mutual labels:  rainbow, ppo
Deeprl Tensorflow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Stars: ✭ 319 (+469.64%)
Mutual labels:  ddpg, ppo
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (-53.57%)
Mutual labels:  ddpg, td3
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+5264.29%)
Mutual labels:  ddpg, ppo
Lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
Stars: ✭ 364 (+550%)
Mutual labels:  ddpg, ppo
SRLF
Simple Reinforcement Learning Framework
Stars: ✭ 24 (-57.14%)
Mutual labels:  rainbow, ddpg
Reinforcement Learning Algorithms
This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
Stars: ✭ 426 (+660.71%)
Mutual labels:  ddpg, ppo
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.
Stars: ✭ 518 (+825%)
Mutual labels:  ddpg, ppo
Torchrl
Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)
Stars: ✭ 90 (+60.71%)
Mutual labels:  ddpg, ppo
Machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
Stars: ✭ 145 (+158.93%)
Mutual labels:  ddpg, ppo
Pytorch Drl
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single agent and multi-agent.
Stars: ✭ 233 (+316.07%)
Mutual labels:  ddpg, ppo
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (+208.93%)
Mutual labels:  ddpg, ppo
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+12307.14%)
Mutual labels:  ddpg, ppo
Elegantrl
Lightweight, efficient and stable implementations of deep reinforcement learning algorithms using PyTorch.
Stars: ✭ 575 (+926.79%)
Mutual labels:  ddpg, ppo
Deep Reinforcement Learning Algorithms
31 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
Stars: ✭ 167 (+198.21%)
Mutual labels:  ddpg, ppo
trading gym
a unified environment for supervised learning and reinforcement learning in the context of quantitative trading
Stars: ✭ 36 (-35.71%)
Mutual labels:  ddpg, ppo
rainbowify
Fabric mod for rainbow and blur backgrounds in minecraft guis
Stars: ✭ 18 (-67.86%)
Mutual labels:  rainbow
rlqp
Accelerating Quadratic Optimization with Reinforcement Learning
Stars: ✭ 71 (+26.79%)
Mutual labels:  td3
Resources-Allocation-in-The-Edge-Computing-Environment-Using-Reinforcement-Learning
Simulated the scenario between edge servers and users with a clear graphic interface. Also, implemented the continuous control with Deep Deterministic Policy Gradient (DDPG) to determine the resources allocation (offload targets, computational resources, migration bandwidth) in the edge servers
Stars: ✭ 158 (+182.14%)
Mutual labels:  ddpg
Explorer
Explorer is a PyTorch reinforcement learning framework for exploring new ideas.
Stars: ✭ 54 (-3.57%)
Mutual labels:  ppo
ddpg biped
Repository for Planar Bipedal walking robot in Gazebo environment using Deep Deterministic Policy Gradient(DDPG) using TensorFlow.
Stars: ✭ 65 (+16.07%)
Mutual labels:  ddpg
nips rl
Code for NIPS 2017 learning to run challenge
Stars: ✭ 37 (-33.93%)
Mutual labels:  ddpg
Deep-Reinforcement-Learning-CS285-Pytorch
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
Stars: ✭ 104 (+85.71%)
Mutual labels:  model-free-rl
DDPG
End to End Mobile Robot Navigation using DDPG (Continuous Control with Deep Reinforcement Learning) based on Tensorflow + Gazebo
Stars: ✭ 41 (-26.79%)
Mutual labels:  ddpg
PH5
Library of PH5 clients, apis, and utilities
Stars: ✭ 14 (-75%)
Mutual labels:  sac
UAV-DDPG
Code for paper "Computation Offloading Optimization for UAV-assisted Mobile Edge Computing: A Deep Deterministic Policy Gradient Approach"
Stars: ✭ 133 (+137.5%)
Mutual labels:  ddpg
motion-planner-reinforcement-learning
End to end motion planner using Deep Deterministic Policy Gradient (DDPG) in gazebo
Stars: ✭ 99 (+76.79%)
Mutual labels:  ddpg
pytorch-distributed
Ape-X DQN & DDPG with pytorch & tensorboard
Stars: ✭ 98 (+75%)
Mutual labels:  ddpg
reinforcement learning with Tensorflow
Minimal implementations of reinforcement learning algorithms by Tensorflow
Stars: ✭ 28 (-50%)
Mutual labels:  ddpg
android-rainbow-opengl
Sample source code for Android Pride Rainbow Bounding Box written in Kotlin and OpenGL 🏳️‍🌈
Stars: ✭ 28 (-50%)
Mutual labels:  rainbow
kubow
An architecture-based self-adaptation service for Kubernetes
Stars: ✭ 19 (-66.07%)
Mutual labels:  rainbow
omd
JAX code for the paper "Control-Oriented Model-Based Reinforcement Learning with Implicit Differentiation"
Stars: ✭ 43 (-23.21%)
Mutual labels:  sac
deeprl-continuous-control
Learning Continuous Control in Deep Reinforcement Learning
Stars: ✭ 14 (-75%)
Mutual labels:  ddpg
DDPG Torcs PyTorch
Using PyTorch and DDPG to play Torcs
Stars: ✭ 44 (-21.43%)
Mutual labels:  ddpg
rainbow
🌈 256-color support for console outputs
Stars: ✭ 25 (-55.36%)
Mutual labels:  rainbow
Reinforcement Learning
Deep Reinforcement Learning Algorithms implemented with Tensorflow 2.3
Stars: ✭ 61 (+8.93%)
Mutual labels:  ppo
pytorch-rl
Pytorch Implementation of RL algorithms
Stars: ✭ 15 (-73.21%)
Mutual labels:  ddpg
flitter
A Livesplit-inspired speedrunning split timer for Linux/macOS terminal. Supports global hotkeys.
Stars: ✭ 112 (+100%)
Mutual labels:  rainbow
rainbow-bash-prompt
Make your bash prompt dynamically and randomly rainbow
Stars: ✭ 49 (-12.5%)
Mutual labels:  rainbow
React Rainbow
🌈 React Rainbow Components. Build your web application in a snap.
Stars: ✭ 1,662 (+2867.86%)
Mutual labels:  rainbow
chigo
🌈 Lolcat in Go: Rainbows and Unicorns!
Stars: ✭ 34 (-39.29%)
Mutual labels:  rainbow
Intellij Rainbow Brackets
🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio
Stars: ✭ 3,663 (+6441.07%)
Mutual labels:  rainbow
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (+53.57%)
Mutual labels:  rainbow
1-60 of 128 similar projects